Merge pull request #93 from sdarwin/feature/gha_fix

Small GHA fix, create destination dir
This commit is contained in:
Andrey Semashev
2021-07-27 23:53:44 +03:00
committed by GitHub

View File

@ -169,6 +169,7 @@ jobs:
cd ..
git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
cd boost-root
mkdir -p libs/$LIBRARY
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py --git_args "--jobs $GIT_FETCH_JOBS" $LIBRARY