Skip to content

Commit

Permalink
fix: lib fuse missign to generate appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Jul 20, 2023
1 parent edaa6b8 commit 27d2e73
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 @@ -16,7 +16,7 @@ jobs:
- name: Install package
run: |
sudo apt-get update
sudo apt-get -y install qtbase5-dev qt3d5-dev libqt5svg5-dev freeglut3-dev
sudo apt-get -y install qtbase5-dev qt3d5-dev libqt5svg5-dev freeglut3-dev libfuse2
- name: Build and test
run: ci/buildappimage.sh
- name: Create Release
Expand Down

0 comments on commit 27d2e73

Please sign in to comment.