fix: added FUSE lib
This commit is contained in:
parent
1f35371813
commit
fc5960a604
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -44,6 +44,10 @@ jobs:
|
|||
Comment=Time tracking app for contractors
|
||||
Categories=Utility;
|
||||
EOF
|
||||
|
||||
- name: Install FUSE library
|
||||
run: sudo apt-get update && sudo apt-get install -y libfuse2
|
||||
|
||||
- name: Download appimagetool
|
||||
run: |
|
||||
wget -q https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue