Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit e877622

Browse files
committed
Revert "Try a more flexible way of finding Boost"
This reverts commit eb5db8f.
1 parent eb5db8f commit e877622

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,7 @@ jobs:
190190
submodules: true
191191
- name: Build
192192
shell: bash
193-
run: |
194-
export BOOST_ROOT="$(ls -1 /c/local/boost_* | tail -n1)"
195-
export BOOST_LIBRARYDIR="${BOOST_ROOT}\\lib64-msvc-14.1"
196-
echo "BOOST_ROOT: ${BOOST_ROOT}"
197-
ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
193+
run: ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
198194
- name: Test
199195
shell: bash
200196
run: ci/scripts/cpp_test.sh $(pwd) $(pwd)/build

0 commit comments

Comments
 (0)