Skip to content

Commit

Permalink
Fix boost paths in ci-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell authored Oct 23, 2023
1 parent 2c8b856 commit d1d1ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_options: -DBOOST_ROOT=${BOOST_ROOT_DIR:-/usr} -DBOOST_INCLUDEDIR=${BOOST_INCLUDE_DIR:-/usr/include/boost169} -DBOOST_LIBRARYDIR=${BOOST_LIB_DIR:-/usr/lib64/boost169} -DENABLE_STATIC_BOOST_LIBS=OFF
cmake_options: -DBOOST_ROOT=${BOOST_ROOT_DIR} -DBOOST_INCLUDEDIR=${BOOST_INCLUDE_DIR} -DBOOST_LIBRARYDIR=${BOOST_LIB_DIR} -DENABLE_STATIC_BOOST_LIBS=OFF
dependencies: |
ecmwf/ecbuild
dependency_branch: develop
Expand Down

0 comments on commit d1d1ac6

Please sign in to comment.