mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 18:36:18 +04:00
Fix AppImage build problems
This commit is contained in:
parent
e59cb19892
commit
3cf037237f
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 New Issue
Block a user