Fix AppImage build problems
This commit is contained in:
parent
e59cb19892
commit
3cf037237f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -156,6 +156,10 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
if: matrix.build == 'aarch64-linux' || matrix.build == 'x86_64-linux'
|
if: matrix.build == 'aarch64-linux' || matrix.build == 'x86_64-linux'
|
||||||
run: |
|
run: |
|
||||||
|
# Required as of 22.x https://github.com/AppImage/AppImageKit/wiki/FUSE
|
||||||
|
sudo add-apt-repository universe
|
||||||
|
sudo apt install libfuse2
|
||||||
|
|
||||||
mkdir dist
|
mkdir dist
|
||||||
|
|
||||||
name=dev
|
name=dev
|
||||||
|
|
Loading…
Reference in a new issue