Skip to content

Commit

Permalink
Install libfuse for appimage build
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jun 23, 2023
1 parent 12519c5 commit c8c3fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y wget cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libjsoncpp-dev
sudo apt-get install -y wget cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libjsoncpp-dev libfuse2
- name: Checkout
uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit c8c3fc9

Please sign in to comment.