Skip to content

Commit fe4e89d

Browse files
committed
Use "-C" option when calling depinst
1 parent 77e00b3 commit fe4e89d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)