Skip to content

Commit

Permalink
does this set the correct brew paths?
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 18, 2024
1 parent 6652dd3 commit aeab0c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:

- name: Install fftw3 on macOS
if: runner.os == 'macOS'
run: brew install fftw
run:
- brew install fftw
- eval $(brew --prefix)/bin/brew shellenv

- name: Install fftw3 on Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit aeab0c6

Please sign in to comment.