This commit is contained in:
Antony Polukhin
2025-06-27 17:33:16 +03:00
parent 5f82d5aa7d
commit 452adac97f

View File

@@ -60,7 +60,7 @@ jobs:
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY
./bootstrap.sh
./b2 -d0 headers
./b2 -j4 variant=debug tools/inspect/build
./b2 -j4 variant=debug tools/inspect
- name: Run tests
run: |