Skip to content

Commit

Permalink
Check on Boost git repo reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 25, 2024
1 parent f6ece64 commit 2e60004
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Install packages
run: sudo apt install g++-12 git xsltproc docbook-xsl docbook-xml
- name: Checkout main boost
run: git clone -b develop --depth 1 https://github.com/${GITHUB_REPOSITORY/bcp/boost}.git ../boost-root
run: |
BOOST_GIT=https://github.com/${GITHUB_REPOSITORY/bcp/boost}.git
echo "BOOST_GIT: ${BOOST_GIT}"
git clone -b develop --depth 1 "${BOOST_GIT}" ../boost-root
- name: Update tools/boostdep
run: git submodule update --init
working-directory: ../boost-root
Expand Down

0 comments on commit 2e60004

Please sign in to comment.