We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6b3bf commit b45e2afCopy full SHA for b45e2af
1 file changed
.github/workflows/ci-freebsd.yml
@@ -31,9 +31,7 @@ jobs:
31
usesh: true
32
sync: sshfs
33
prepare: |
34
- pkg install -y \
35
- cmake \
36
- llvm \
+ pkg install -y cmake llvm
37
run: |
38
freebsd-version
39
cd libkqueue/test
0 commit comments