Skip to content

Commit

Permalink
Fix AppImage build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer authored and wes-adams committed Jul 3, 2023
1 parent 523bec5 commit b46fe9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
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 b46fe9a

Please sign in to comment.