File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ jobs:
548548 rm -rf "../snapshot"
549549 git submodule update --init tools/boostdep
550550 DEPINST_ARGS+=("$LIBRARY")
551- python tools/boostdep/depinst/depinst.py "${DEPINST_ARGS[@]}"
551+ python tools/boostdep/depinst/depinst.py -C "${DEPINST_ARGS[@]}"
552552 ./bootstrap.sh
553553 ./b2 headers
554554 if [ -n "${{matrix.compiler}}" -o -n "$GCC_TOOLCHAIN_ROOT" ]
@@ -657,7 +657,7 @@ jobs:
657657 move /Y "..\snapshot\%LIBRARY%-%GITHUB_SHA%" "libs\%LIBRARY%"
658658 rmdir /s /q "..\snapshot"
659659 git submodule update --init tools/boostdep
660- python tools/boostdep/depinst/depinst.py --git_args "--jobs %GIT_FETCH_JOBS%" %LIBRARY%
660+ python tools/boostdep/depinst/depinst.py -C - -git_args "--jobs %GIT_FETCH_JOBS%" %LIBRARY%
661661 cmd /c bootstrap
662662 b2 -d0 headers
663663
You can’t perform that action at this time.
0 commit comments