ci: run modprobe on additional step

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2025-06-23 17:23:28 -07:00
parent 68b22f16cf
commit bc96acb6b3
+4 -1
View File
@@ -24,7 +24,10 @@ jobs:
run: git config --system --add safe.directory '*'
- name: Install FUSE support
run: sudo apt-get update && sudo apt-get install -y libfuse2 fuse && sudo modprobe fuse
run: sudo apt-get update && sudo apt-get install -y libfuse2 fuse
- name: run modprobe
run: sudo modprobe fuse
- name: Install appimagetool
run: |