We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41c126 commit f49a1abCopy full SHA for f49a1ab
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY
70
./bootstrap.sh
71
./b2 -d0 headers
72
- ./b2 -j4 variant=debug tools/inspect/build
+ ./b2 -j4 variant=debug tools/inspect
73
74
- name: Run tests
75
run: |
0 commit comments