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 Schuyler Mortimer committed Jul 10, 2024
1 parent 70d6ded commit 710af69
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 710af69

Please sign in to comment.