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