Skip to content

Commit

Permalink
remove cmake from brew install commands as it's included in macos-14 …
Browse files Browse the repository at this point in the history
…runner anyway
  • Loading branch information
siggmo committed Oct 9, 2024
1 parent c8bd9a9 commit f6a550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Install FANS dependencies
run: brew install libomp cmake hdf5 openmpi eigen fftw
run: brew install libomp hdf5 openmpi eigen fftw

- name: Generate build directory
run: mkdir -p ${{ env.FANS_BUILD_DIR }}
Expand Down

0 comments on commit f6a550d

Please sign in to comment.