From b4e4bf577f7572a49d0e1ff9d262aedf3d803a2b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 10 Aug 2021 17:37:22 +0300 Subject: [PATCH] Add `-I examples` to depinst --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b044f6b..9b8896a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,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 -I examples --git_args "--jobs 3" $LIBRARY ./bootstrap.sh ./b2 -d0 headers @@ -197,7 +197,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 -I examples --git_args "--jobs 3" %LIBRARY% cmd /c bootstrap b2 -d0 headers