From f8bafc3f951aa80688b8458f8a20b847e593f6ad Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 3 Aug 2023 19:51:37 +0530 Subject: [PATCH] fix: deps installation (maybe) --- .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 14fede9..1f9879f 100644 --- a/.github/workflows/appimage.yaml +++ b/.github/workflows/appimage.yaml @@ -35,7 +35,7 @@ jobs: dockerRunArgs: | --volume "${PWD}:/build" run: apt update && \ - apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 && \ + apt-get install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 && \ cd /build && \ ./pkg2appimage/pkg2appimage lune.yml && \ mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage