Skip to content

Commit d6dcd0d

Browse files
committed
another solution
1 parent 4548453 commit d6dcd0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testMacOS.yaml

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

3434
- name: Configure Homebrew clang (symlink for easier access)
3535
run: |

0 commit comments

Comments
 (0)