Fix AppImage build problems

pull/6503/head 23.03
Blaž Hrastnik 2023-03-31 17:14:01 +09:00
parent e59cb19892
commit 3cf037237f
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640
1 changed files with 4 additions and 0 deletions

View File

@ -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