Skip to content

Commit 6a6d878

Browse files
committed
Add "-C" option to depinst call
1 parent acda82e commit 6a6d878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)