Skip to content

Commit

Permalink
GHA: Fix boost paths (#1962)
Browse files Browse the repository at this point in the history
Adapt to new default homebrew version.

Should fix current failures in, e.g., https://github.com/AMICI-dev/AMICI/actions/runs/4022709019/jobs/6912732658
  • Loading branch information
dweindl authored Jan 27, 2023
1 parent 4281010 commit 13cde9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ jobs:
brew install hdf5 swig gcc cppcheck libomp boost \
&& brew ls -v boost \
&& brew ls -v libomp \
&& echo LDFLAGS="-L/usr/local/lib/ -L/usr/local/Cellar/boost/1.80.0/lib/" >> $GITHUB_ENV \
&& echo CPPFLAGS="-I/usr/local/Cellar/boost/1.80.0/include/" >> $GITHUB_ENV
&& echo LDFLAGS="-L/usr/local/lib/ -L/usr/local/Cellar/boost/1.81.0_1/lib/" >> $GITHUB_ENV \
&& echo CPPFLAGS="-I /usr/local/Cellar/boost/1.81.0_1/include/" >> $GITHUB_ENV
- name: Build AMICI
run: |
Expand Down

0 comments on commit 13cde9d

Please sign in to comment.