From 826fa25f7369c6324bc8be9529ab247dc86bb461 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Sun, 21 Sep 2025 16:18:54 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1a1961..11cd93f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: - 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 + sudo apt-get install -y xdg-utils curl dev build-essential libssl-dev libgtk-3-dev libayatana-appindicator3-dev libfuse2 file - name: install dependencies (windows only) if: matrix.platform == 'windows-11-arm'