Update release.yml

This commit is contained in:
FTCHD
2025-09-21 16:18:54 +01:00
committed by GitHub
parent b5d5024db7
commit 826fa25f73
+1 -1
View File
@@ -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'