Skip to content

Commit

Permalink
fix: fuse needed to run appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Aug 6, 2022
1 parent 3b4434d commit 33c794f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-linux-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install package
run: |
sudo apt-get update
sudo apt-get -y install qt6-base-dev libqt6svg6-dev freeglut3-dev
sudo apt-get -y install qt6-base-dev libqt6svg6-dev freeglut3-dev fuse
- name: Build and test
run: ci/buildappimage.sh
- name: Create Release
Expand Down

0 comments on commit 33c794f

Please sign in to comment.