Skip to content

Commit

Permalink
libfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Apr 20, 2024
1 parent f27a127 commit 1ab36e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
name: maid-linux
path: maid-linux

- name: Install AppImage tools and dependencies
run: |
sudo apt-get update
sudo apt-get install -y libfuse2
- name: Download and Install AppImageTool
run: |
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
Expand Down

0 comments on commit 1ab36e8

Please sign in to comment.