GHA need to check out the repro!

This commit is contained in:
jzmaddock
2021-01-27 10:35:25 +00:00
parent c330d40739
commit 7f1b8ff5f1

View File

@ -253,6 +253,9 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Checkout main boost
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
- name: Update tools/boostdep
@ -282,6 +285,9 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Checkout main boost
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
- name: Update tools/boostdep