Skip to content

Commit

Permalink
trying to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Apr 22, 2024
1 parent 7b3068b commit 7d0d6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
python3 tools/boostdep/depinst/depinst.py --git_args "--jobs 3" $LIBRARY
git submodule update --init libs/test
git submodule update --init libs/callable_traits
git submodule update --init libs/context
Expand Down Expand Up @@ -544,6 +545,7 @@ jobs:
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%
git submodule update --init libs/test
git submodule update --init libs/callable_traits
git submodule update --init libs/context
Expand Down

0 comments on commit 7d0d6c1

Please sign in to comment.