fix: fuse errors

This commit is contained in:
Erica Marigold 2023-08-03 20:14:34 +05:30 committed by GitHub
parent 333236acd6
commit 03414057fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
arch: ${{ matrix.arch }}
distro: buster
dockerRunArgs: |
--volume "./package/appimage:/build"
--volume "./package/appimage:/build" --privileged
run: |
apt update
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y