From 03414057fb71219beae6a53d94fd5652952c87cf Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 3 Aug 2023 20:14:34 +0530 Subject: [PATCH] fix: fuse errors --- .github/workflows/appimage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage.yaml b/.github/workflows/appimage.yaml index 8fe34e8..a676ad6 100644 --- a/.github/workflows/appimage.yaml +++ b/.github/workflows/appimage.yaml @@ -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