Skip to content

Commit 0d28a1e

Browse files
pegvinfelipemanga
authored andcommitted
install libfuse2 for creating AppImages
1 parent a1b8587 commit 0d28a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp-linux-x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: update Apt
1919
run: sudo apt-get update
2020
- name: install-dependencies
21-
run: sudo apt-get install libsdl2-dev libsdl2-image-dev liblcms2-dev libfreetype6-dev libnode-dev
21+
run: sudo apt-get install libsdl2-dev libsdl2-image-dev liblcms2-dev libfreetype6-dev libnode-dev libfuse2
2222
- name: configure
2323
run: ./configure
2424
- name: make
@@ -29,4 +29,4 @@ jobs:
2929
uses: actions/upload-artifact@v2
3030
with:
3131
name: dotto-development-linux-x86_64
32-
path: Dotto-x86_64.AppImage
32+
path: Dotto-x86_64.AppImage

0 commit comments

Comments
 (0)