Skip to content

Commit 3f3f902

Browse files
committed
do not use depth 1 for checkouts in CI
1 parent 898feda commit 3f3f902

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
for /f %%i in ("%GITHUB_BASE_REF%") do if "%%~nxi" == "master" set BOOST_BRANCH=master
147147
echo BOOST_BRANCH: %BOOST_BRANCH%
148148
cd ..
149-
git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
149+
git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git boost-root
150150
cd boost-root
151151
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
152152
git submodule update --init tools/boostdep

0 commit comments

Comments
 (0)