From c69ef88a0f34c21f81f779d408f1a50750b8afac Mon Sep 17 00:00:00 2001 From: ciscon Date: Sun, 19 Nov 2023 13:17:33 -0500 Subject: [PATCH] asdf2 --- .github/workflows/build-targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-targets.yml b/.github/workflows/build-targets.yml index 1d59bc287..8e06e8175 100644 --- a/.github/workflows/build-targets.yml +++ b/.github/workflows/build-targets.yml @@ -86,7 +86,7 @@ jobs: uses: actions/checkout@v3 - name: Install dependencies - run: sudo apt-get install libfuse2 + run: apt-get -qy update && apt-get install libfuse2 - name: Build run: ./misc/appimage/appimage-manual_creation.sh