Skip to content

Commit d9d7107

Browse files
committed
test ci
1 parent 68a27bf commit d9d7107

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
fetch-depth: 0 # Make "git describe" work
3939

4040
# CI platform specific setup steps happen here
41-
- run: sudo apt-get install -qq fuse3 libssl-dev libfuse-dev fio
41+
- run: sudo apt-get install -qq fuse3
42+
- run: sudo apt-get install -qq libssl-dev
43+
- run: sudo apt-get install -qq libfuse-dev
4244
- run: echo user_allow_other | sudo tee -a /etc/fuse.conf
4345

4446
# Actual test steps are in all.bash

0 commit comments

Comments
 (0)