2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Fix CMake tests build fail (fixes #198) (#201)

This commit is contained in:
Antony Polukhin
2025-05-12 17:28:20 +03:00
committed by GitHub
parent 3e5c474337
commit b95fd86595
2 changed files with 1 additions and 2 deletions

View File

@@ -89,7 +89,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 variant=debug tools/inspect/build
./b2 variant=debug tools/inspect
- name: Run modules tests
if: false