We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a27bf commit 05c3ec3Copy full SHA for 05c3ec3
.github/workflows/ci.yml
@@ -38,7 +38,10 @@ 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: sudo apt-get install -qq fio
45
- run: echo user_allow_other | sudo tee -a /etc/fuse.conf
46
47
# Actual test steps are in all.bash
0 commit comments