We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4129d commit 0d34f5dCopy full SHA for 0d34f5d
.github/workflows/doc.yml
@@ -41,11 +41,9 @@ jobs:
41
- name: Fetch Boost superproject
42
run: |
43
cd ..
44
- git clone -b $GITHUB_BASE_REF --depth 5 https://github.com/boostorg/boost.git
+ git clone -b $GITHUB_BASE_REF --recursive --depth 5 https://github.com/boostorg/boost.git
45
cd boost
46
mv -f $GITHUB_WORKSPACE/* libs/histogram
47
- git submodule update --init --depth 5 tools/build tools/boostdep tools/quickbook
48
- python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" histogram
49
mv -f * $GITHUB_WORKSPACE
50
51
- name: Prepare b2
0 commit comments