We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a27bf commit d9d7107Copy full SHA for d9d7107
.github/workflows/ci.yml
@@ -38,7 +38,9 @@ jobs:
38
fetch-depth: 0 # Make "git describe" work
39
40
# CI platform specific setup steps happen here
41
- - run: sudo apt-get install -qq fuse3 libssl-dev libfuse-dev fio
+ - 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: echo user_allow_other | sudo tee -a /etc/fuse.conf
45
46
# Actual test steps are in all.bash
0 commit comments