From 0b8a384689b35d8854a8111785e3d2741236b798 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Mon, 16 Sep 2024 08:28:02 +0200 Subject: [PATCH] FUSE --- .github/workflows/run-help.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-help.yml b/.github/workflows/run-help.yml index a80f909bbea..eeece96dffa 100644 --- a/.github/workflows/run-help.yml +++ b/.github/workflows/run-help.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/lmms/linux.gcc:20.04 steps: + - name: Install FUSE + run: apt-get --yes install libfuse2 - name: wait for build uses: lewagon/wait-on-check-action@v1.3.4 with: @@ -22,8 +24,6 @@ jobs: with: workflow: build.yml name: linux - - name: ls - run: ls -lhart - name: Make artifact executable run: chmod +x lmms-*.AppImage - name: Display help