Skip to content

Commit

Permalink
Install libfuse2, just to be sure
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Nov 24, 2024
1 parent 7a37d7c commit 971c103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: /bin/sh
install: |
apt-get update -q -y
apt-get install -q -y git patchelf python3-pip python-is-python3
apt-get install -q -y git patchelf python3-pip python-is-python3 libfuse2
run: |
cd /myproject
Expand Down

0 comments on commit 971c103

Please sign in to comment.