Skip to content

Commit

Permalink
Add libfuse3 to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Gordon committed Jul 26, 2023
1 parent 1b9f9d4 commit 684bd21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
git submodule update --recursive --init
./resources/build.sh
# TODO: Add Zig tests
- name: Test build
run: ./resources/test.sh

Expand All @@ -34,7 +35,7 @@ jobs:
*.AppImage
*.shImg
*.zsync
*.a
*.so
*.h
libaisap*.a
libaisap*.so
aisap.h
profile_database.json
2 changes: 1 addition & 1 deletion resources/install_deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

sudo apt-get update
sudo apt-get install appstream squashfs-tools squashfuse librsvg2-bin
sudo apt-get install appstream squashfs-tools squashfuse librsvg2-bin libfuse3-dev

0 comments on commit 684bd21

Please sign in to comment.