Small GHA fix, create destination dir

This commit is contained in:
sdarwin
2021-07-27 13:35:51 -05:00
parent ce53cc1f8f
commit 9f0b97c80b

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