From 32dcf01725eb07d17e0bc2d55248b9609280896c Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Mon, 12 May 2025 17:48:04 +0300 Subject: [PATCH] CI fix for tools/inspect building --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e84b089..840046f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'}}