From f85a23b59f97232fe158a54d300892f8da3d79bd Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Sun, 21 Sep 2025 16:38:07 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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'