Skip to content

Commit

Permalink
workaround macOS CI bug (#1353)
Browse files Browse the repository at this point in the history
Fixes #1352.
  • Loading branch information
BenWibking authored Oct 13, 2023
1 parent bf999d5 commit 4e4764d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos_build_cell_primordial_chem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:

- name: Install dependencies
run: |
brew install cmake openmpi python3
brew install cmake openmpi python3 || true
brew link --overwrite [email protected]
- name: Compile and run
run: |
Expand Down

0 comments on commit 4e4764d

Please sign in to comment.