mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +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 }}
|
arch: ${{ matrix.arch }}
|
||||||
distro: buster
|
distro: buster
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "./package/appimage:/build"
|
--volume "./package/appimage:/build" --privileged
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y
|
||||||
|
|
Loading…
Reference in a new issue