We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898feda commit 3f3f902Copy full SHA for 3f3f902
1 file changed
.github/workflows/ci.yml
@@ -146,7 +146,7 @@ jobs:
146
for /f %%i in ("%GITHUB_BASE_REF%") do if "%%~nxi" == "master" set BOOST_BRANCH=master
147
echo BOOST_BRANCH: %BOOST_BRANCH%
148
cd ..
149
- git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
+ git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git boost-root
150
cd boost-root
151
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
152
git submodule update --init tools/boostdep
0 commit comments