ci: don't install libfuse2

Signed-off-by: Seth Flynn <getchoo@tuta.io>
(cherry picked from commit 671aad88f52e3fbba872e80f2805c0c5c64b7a8d)
This commit is contained in:
Seth Flynn 2025-03-24 18:17:26 -04:00
parent 88109eaa71
commit 0f21e01b46
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -266,7 +266,7 @@ jobs:
sha256sum -c - <<< "$LINUXDEPLOY_QT_HASH" sha256sum -c - <<< "$LINUXDEPLOY_QT_HASH"
sha256sum -c - <<< "$APPIMAGEUPDATE_HASH" sha256sum -c - <<< "$APPIMAGEUPDATE_HASH"
sudo apt install libopengl0 libfuse2 sudo apt install libopengl0
- name: Add QT_HOST_PATH var (Windows MSVC arm64) - name: Add QT_HOST_PATH var (Windows MSVC arm64)
if: runner.os == 'Windows' && matrix.architecture == 'arm64' if: runner.os == 'Windows' && matrix.architecture == 'arm64'