We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dcd0d commit 5b39e54Copy full SHA for 5b39e54
.github/workflows/testMacOS.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies (Homebrew)
27
run: |
28
brew update
29
- brew install cmake boost gtk+3 hdf5 libomp llvm
+ brew install cmake boost gtk+3 hdf5 libomp llvm make
30
31
- name: Add Homebrew to PATH
32
run: echo "/opt/homebrew/bin" >> $GITHUB_PATH
0 commit comments