We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e04de4 commit 97c0a89Copy full SHA for 97c0a89
.github/workflows/ci.yml
@@ -525,7 +525,7 @@ jobs:
525
fi
526
if [ "$GIT_HAS_JOBS" -ne 0 ]
527
then
528
- DEPINST_ARGS+=("-C" "--git_args" "--jobs $GIT_FETCH_JOBS")
+ DEPINST_ARGS+=("--git_args" "--jobs $GIT_FETCH_JOBS")
529
530
mkdir -p snapshot
531
cd snapshot
@@ -548,7 +548,7 @@ jobs:
548
rm -rf "../snapshot"
549
git submodule update --init tools/boostdep
550
DEPINST_ARGS+=("$LIBRARY")
551
- python tools/boostdep/depinst/depinst.py "${DEPINST_ARGS[@]}"
+ python tools/boostdep/depinst/depinst.py -C "${DEPINST_ARGS[@]}"
552
./bootstrap.sh
553
./b2 headers
554
if [ -n "${{matrix.compiler}}" -o -n "$GCC_TOOLCHAIN_ROOT" ]
0 commit comments