Skip to content

Commit

Permalink
macos: try another homebrew path
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 30, 2024
1 parent dad77c3 commit b8f4116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install fftw
export LDFLAGS="${LDFLAGS} -L/opt/homebrew/opt/fftw/lib"
export CPPFLAGS="${CPPFLAGS} -I/opt/homebrew/opt/ftw/include"
export LDFLAGS="${LDFLAGS} -L/opt/homebrew/lib"
export CPPFLAGS="${CPPFLAGS} -I/opt/homebrew/include"
brew install libomp
export LDFLAGS="${LDFLAGS} -L/opt/homebrew/opt/libomp/lib"
export CPPFLAGS="${CPPFLAGS} -I/opt/homebrew/opt/libomp/include"
Expand Down

0 comments on commit b8f4116

Please sign in to comment.