Skip to content

Commit

Permalink
Fix AppImage build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Mar 31, 2023
1 parent e59cb19 commit 3cf0372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -156,6 +156,10 @@ jobs:
shell: bash
if: matrix.build == 'aarch64-linux' || matrix.build == 'x86_64-linux'
run: |
# Required as of 22.x https://github.com/AppImage/AppImageKit/wiki/FUSE
sudo add-apt-repository universe
sudo apt install libfuse2
mkdir dist
name=dev
Expand Down

0 comments on commit 3cf0372

Please sign in to comment.