We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad90ed commit 3e04de4Copy full SHA for 3e04de4
.github/workflows/ci.yml
@@ -525,7 +525,7 @@ jobs:
525
fi
526
if [ "$GIT_HAS_JOBS" -ne 0 ]
527
then
528
- DEPINST_ARGS+=("--git_args" "--jobs $GIT_FETCH_JOBS")
+ DEPINST_ARGS+=("-C" "--git_args" "--jobs $GIT_FETCH_JOBS")
529
530
mkdir -p snapshot
531
cd snapshot
@@ -657,7 +657,7 @@ jobs:
657
move /Y "..\snapshot\%LIBRARY%-%GITHUB_SHA%" "libs\%LIBRARY%"
658
rmdir /s /q "..\snapshot"
659
git submodule update --init tools/boostdep
660
- python tools/boostdep/depinst/depinst.py --git_args "--jobs %GIT_FETCH_JOBS%" %LIBRARY%
+ python tools/boostdep/depinst/depinst.py -C --git_args "--jobs %GIT_FETCH_JOBS%" %LIBRARY%
661
cmd /c bootstrap
662
b2 -d0 headers
663
0 commit comments