Skip to content

Commit 4548453

Browse files
committed
added homebrew path to PATH variable
1 parent 2d405dc commit 4548453

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testMacOS.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
brew update
2929
brew install cmake boost gtk+3 hdf5 libomp llvm
30+
31+
- name: Add Homebrew to PATH
32+
run: echo 'export PATH="/opt/homebrew/bin:$PATH"' >> $GITHUB_ENV
3033

3134
- name: Configure Homebrew clang (symlink for easier access)
3235
run: |

0 commit comments

Comments
 (0)