diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66d9591..db0d9eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,13 +43,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install dependencies (ubuntu only) - if: matrix.platform == 'ubuntu-20.04' - # You can remove libayatana-appindicator3-dev if you don't use the system tray feature. - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev - - name: Rust setup uses: dtolnay/rust-toolchain@stable @@ -112,11 +105,11 @@ jobs: - name: Install Cross and tauri-cki run: | - cargo install cross + cargo install tauri-cli - name: Build run: | - cross tauri build --target ${{ matrix.target.name }} + cargo tauri build --target ${{ matrix.target.name }}