Skip to content

Commit

Permalink
Enable macos runners to find boost
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell authored Oct 23, 2023
1 parent 5817364 commit 2c8b856
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=/usr -DBOOST_INCLUDEDIR=/usr/include/boost169 -DBOOST_LIBRARYDIR=/usr/lib64/boost169 -DENABLE_STATIC_BOOST_LIBS=OFF
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
dependencies: |
ecmwf/ecbuild
dependency_branch: develop
Expand Down

0 comments on commit 2c8b856

Please sign in to comment.