mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-16 21:51:43 -05:00
Fix FUSE issues on i386
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libmagic-dev libjpeg-dev libpng-dev cimg-dev
|
||||
sudo apt-get install -y libmagic-dev libjpeg-dev libpng-dev cimg-dev libfuse2:i386
|
||||
- name: Build AppImage
|
||||
run: bash -ex ci/build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user