We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5db8f commit e877622Copy full SHA for e877622
.github/workflows/cpp.yml
@@ -190,11 +190,7 @@ jobs:
190
submodules: true
191
- name: Build
192
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
+ run: ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
198
- name: Test
199
200
run: ci/scripts/cpp_test.sh $(pwd) $(pwd)/build
0 commit comments