From 704e07bccef61b58d176e75e95f63941f25ae8f6 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 3 Aug 2023 20:05:32 +0530 Subject: [PATCH] fix: for non-interactive --- .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 24ba2df..5ad217c 100644 --- a/.github/workflows/appimage.yaml +++ b/.github/workflows/appimage.yaml @@ -36,7 +36,7 @@ jobs: --volume "${PWD}:/build" run: | apt update - apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 + apt install imagemagick file desktop-file-utils curl wget dpkg-dev unzip fuse libfuse2 -y cd /build ./pkg2appimage/pkg2appimage lune.yml mv ./lune/lune-$(uname -m).AppImage ./lune-$LUNE_VERSION-$(uname -m).AppImage