Skip to content

Commit

Permalink
Add folder to boost root
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Aug 23, 2024
1 parent 9c6b3de commit 84fe0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ jobs:
run: git submodule update --init tools/boostdep
working-directory: ../boost-root
- name: Copy files
run: cp -r $GITHUB_WORKSPACE/* libs/decimal
run: mkdir $GITHUB_WORKSPACE/* libs/decimal && cp -r $GITHUB_WORKSPACE/* libs/decimal
working-directory: ../boost-root
- name: Install deps
run: python tools/boostdep/depinst/depinst.py decimal
Expand Down

0 comments on commit 84fe0bb

Please sign in to comment.