There was an error while loading. Please reload this page.
1 parent a1b8587 commit 0d28a1eCopy full SHA for 0d28a1e
.github/workflows/c-cpp-linux-x86_64.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: update Apt
19
run: sudo apt-get update
20
- name: install-dependencies
21
- run: sudo apt-get install libsdl2-dev libsdl2-image-dev liblcms2-dev libfreetype6-dev libnode-dev
+ run: sudo apt-get install libsdl2-dev libsdl2-image-dev liblcms2-dev libfreetype6-dev libnode-dev libfuse2
22
- name: configure
23
run: ./configure
24
- name: make
@@ -29,4 +29,4 @@ jobs:
29
uses: actions/upload-artifact@v2
30
with:
31
name: dotto-development-linux-x86_64
32
- path: Dotto-x86_64.AppImage
+ path: Dotto-x86_64.AppImage
0 commit comments