Skip to content

Commit

Permalink
FUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 16, 2024
1 parent fc96f4e commit 0b8a384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand All @@ -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
Expand Down

0 comments on commit 0b8a384

Please sign in to comment.