diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e91d08c..a939cb5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,10 +45,6 @@ jobs: node-version: lts/* cache: 'npm' - - name: Purge cargo - run: | - rm -rf ~/.cargo/registry ~/.cargo/git ./target || true - - name: install Rust stable (linux only) uses: dtolnay/rust-toolchain@stable if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' @@ -75,12 +71,12 @@ jobs: if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' # This must match the platform value defined above. run: | sudo apt-get update - sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf + sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libayatana-appindicator3-dev - name: install dependencies (linux arm only) if: matrix.platform == 'ubuntu-22.04-arm' # This must match the platform value defined above. run: | - sudo apt-get install -y xdg-utils curl build-essential libssl-dev libgtk-3-dev libayatana-appindicator3-dev libfuse2 file + sudo apt-get install -y xdg-utils - name: install dependencies (windows only) if: matrix.platform == 'windows-11-arm'