ci: don't install libfuse2
Signed-off-by: Seth Flynn <getchoo@tuta.io> (cherry picked from commit 671aad88f52e3fbba872e80f2805c0c5c64b7a8d)
This commit is contained in:
parent
88109eaa71
commit
0f21e01b46
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user