Skip to content

Commit a8963ec

Browse files
committed
ci: add libfuse in ci for appimage
1 parent 53f5626 commit a8963ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linux-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y pkg-config libdbus-1-dev libpulse-dev appstream just
24+
sudo apt-get install -y pkg-config libdbus-1-dev libpulse-dev appstream just libfuse2
2525
2626
- name: Install AppImage tools
2727
run: |

0 commit comments

Comments
 (0)