Skip to content

Commit a33659f

Browse files
committed
Add more -I examples to depinst
1 parent 9786705 commit a33659f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402
cd boost-root
403403
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
404404
git submodule update --init tools/boostdep
405-
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
405+
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" -I examples $LIBRARY
406406
407407
- name: Configure
408408
run: |
@@ -567,7 +567,7 @@ jobs:
567567
cd boost-root
568568
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
569569
git submodule update --init tools/boostdep
570-
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
570+
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" -I examples %LIBRARY%
571571
572572
- name: Configure
573573
shell: cmd

0 commit comments

Comments
 (0)