mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
fix: fuse errors
This commit is contained in:
parent
333236acd6
commit
03414057fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue