From 9fd02c5d7cc412c91b6accd6f36021df9b2b1604 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 10 Jun 2025 19:10:22 +0300 Subject: [PATCH] Fix inspect tool builds in CI --- .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 60356251..c3a6e0d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,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: |