ci: don't install libfuse2
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
5d5155bb22
commit
671aad88f5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -266,7 +266,7 @@ jobs:
|
|||
sha256sum -c - <<< "$LINUXDEPLOY_QT_HASH"
|
||||
sha256sum -c - <<< "$APPIMAGEUPDATE_HASH"
|
||||
|
||||
sudo apt install libopengl0 libfuse2
|
||||
sudo apt install libopengl0
|
||||
|
||||
- name: Add QT_HOST_PATH var (Windows MSVC arm64)
|
||||
if: runner.os == 'Windows' && matrix.architecture == 'arm64'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue