Skip to content

Commit

Permalink
Add more -I examples to depinst
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 15, 2023
1 parent 9786705 commit a33659f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ jobs:
cd boost-root
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" -I examples $LIBRARY
- name: Configure
run: |
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:
cd boost-root
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" %LIBRARY%
python tools/boostdep/depinst/depinst.py --git_args "--jobs 3" -I examples %LIBRARY%
- name: Configure
shell: cmd
Expand Down

0 comments on commit a33659f

Please sign in to comment.