Show b2 invocation

This commit is contained in:
Alexander Grund 2026-06-29 12:29:37 +02:00
parent 2a9438ea7e
commit 943f39440f

View file

@ -148,6 +148,7 @@ jobs:
- name: Boost build
run: |
set -x
./b2 "$GITHUB_WORKSPACE/test" -q $B2_FLAGS -j3
./b2 "$GITHUB_WORKSPACE/doc//mock_examples" -q $B2_FLAGS "$@"
working-directory: ${{env.BOOST_ROOT}}