ci: inline install

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2025-06-23 17:13:26 -07:00
parent cc384d44c7
commit 68b22f16cf
+1 -4
View File
@@ -24,10 +24,7 @@ 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 && sudo modprobe fuse
- name: Install appimagetool
run: |