Skip to content

Commit

Permalink
Revert "Try a more flexible way of finding Boost"
Browse files Browse the repository at this point in the history
This reverts commit eb5db8f.
  • Loading branch information
pitrou committed Feb 3, 2020
1 parent eb5db8f commit e877622
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cpp.yml
Expand Up @@ -190,11 +190,7 @@ jobs:
submodules: true
- name: Build
shell: bash
run: |
export BOOST_ROOT="$(ls -1 /c/local/boost_* | tail -n1)"
export BOOST_LIBRARYDIR="${BOOST_ROOT}\\lib64-msvc-14.1"
echo "BOOST_ROOT: ${BOOST_ROOT}"
ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
run: ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
- name: Test
shell: bash
run: ci/scripts/cpp_test.sh $(pwd) $(pwd)/build

0 comments on commit e877622

Please sign in to comment.