fix: added FUSE lib

This commit is contained in:
Blake Ridgway 2025-03-19 08:10:20 -05:00
parent 1f35371813
commit fc5960a604

View file

@ -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