Skip to content

Commit 32dcf01

Browse files
committed
CI fix for tools/inspect building
1 parent dc78cf1 commit 32dcf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY
8787
./bootstrap.sh
8888
./b2 -d0 headers
89-
./b2 -j4 variant=debug tools/inspect/build
89+
./b2 -j4 variant=debug tools/inspect
9090
9191
- name: Run modules tests wihtout 'import std;'
9292
if: ${{matrix.toolset == 'clang-19'}}

0 commit comments

Comments
 (0)