We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-I examples
1 parent 9786705 commit a33659fCopy full SHA for a33659f
.github/workflows/ci.yml
@@ -402,7 +402,7 @@ jobs:
402
cd boost-root
403
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
404
git submodule update --init tools/boostdep
405
- python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
+ python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" -I examples $LIBRARY
406
407
- name: Configure
408
run: |
@@ -567,7 +567,7 @@ jobs:
567
568
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
569
570
- python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
+ python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" -I examples %LIBRARY%
571
572
573
shell: cmd
0 commit comments