Skip to content

Commit 05c3ec3

Browse files
committed
test ci
1 parent 68a27bf commit 05c3ec3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ 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
44+
- run: sudo apt-get install -qq fio
4245
- run: echo user_allow_other | sudo tee -a /etc/fuse.conf
4346

4447
# Actual test steps are in all.bash

0 commit comments

Comments
 (0)