Browse Source

actions: install fuse;

bjorn 6 months ago
parent
commit
55ef334511
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/workflows/generate.yml

+ 6 - 0
.github/workflows/generate.yml

@@ -15,6 +15,12 @@ jobs:
     name: Generate
     runs-on: ubuntu-latest
     steps:
+      - name: Update Packages
+        run: sudo apt update
+
+      - name: Install Packages
+        run: sudo apt install -y libfuse2
+
       - name: Checkout
         uses: actions/checkout@v4
         with: