CI fix for tools/inspect building

This commit is contained in:
Antony Polukhin
2025-05-12 17:48:04 +03:00
parent dc78cf1825
commit 32dcf01725

View File

@ -86,7 +86,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 modules tests wihtout 'import std;'
if: ${{matrix.toolset == 'clang-19'}}