Skip to content

Commit 6a8cabd

Browse files
committed
fix
1 parent 0d34f5d commit 6a8cabd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ jobs:
4141
- name: Fetch Boost superproject
4242
run: |
4343
cd ..
44-
git clone -b $GITHUB_BASE_REF --recursive --depth 5 https://github.com/boostorg/boost.git
44+
git clone -b $GITHUB_BASE_REF --depth 5 https://github.com/boostorg/boost.git
4545
cd boost
4646
mv -f $GITHUB_WORKSPACE/* libs/histogram
47+
git submodule update --init --depth 5 tools/build tools/boostdep
48+
python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" histogram
49+
python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" tools/quickbook
4750
mv -f * $GITHUB_WORKSPACE
4851
4952
- name: Prepare b2

0 commit comments

Comments
 (0)