Skip to content

Commit

Permalink
Add CI fuse dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davnotdev committed Feb 3, 2024
1 parent 6572146 commit c98d3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: clang meson cmake pkg-config libgtk-4-dev libadwaita-1-dev gettext desktop-file-utils wget
packages: clang meson cmake pkg-config libgtk-4-dev libadwaita-1-dev gettext desktop-file-utils wget fuse
version: 1.0
- name: Compile AppImage
run: cd burrow-gtk && ./build-aux/build_appimage.sh
Expand Down

0 comments on commit c98d3a4

Please sign in to comment.