Skip to content

Commit

Permalink
ci: Install libfuse for linuxdeploy
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed May 13, 2023
1 parent 61202b3 commit 2e06f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install libxcb-*
sudo apt install libxcb-* libfuse-dev
./tools/compile.sh
mv /tmp/pingviewer-x86_64.AppImage pingviewer-Release.AppImage
Expand Down

0 comments on commit 2e06f14

Please sign in to comment.