Skip to content

Commit

Permalink
e Improve BOOST_ROOT value, having tested on Windows (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Mar 22, 2021
1 parent 0b94833 commit acb2c3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ jobs:
conan install boost/1.72.0@ -o boost:header_only=True -g deploy --install-folder ${boostroot}
dir ${boostroot}
dir ${boostroot}\boost
echo "BOOST_ROOT=${boostroot}" >> ${env:GITHUB_ENV}
echo "BOOST_INCLUDEDIR=${boostroot}\include" >> ${env:GITHUB_ENV}
echo "BOOST_ROOT=${boostroot}\boost" >> ${env:GITHUB_ENV}
# DOS paths - with backslashes - are not compatible with the github bash
# shell that is invoked in build-and-test/actions.yml - so sadly the code
Expand Down

0 comments on commit acb2c3d

Please sign in to comment.