Skip to content

Commit 7694f66

Browse files
committed
Switching to reinstall of gcc
1 parent b2baf8a commit 7694f66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testingOnPush_Apple.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Install gfortran and other dependencies with Homebrew
21-
run: brew install gcc make openblas netcdf netcdf-fortran open-mpi
21+
run: |
22+
brew reinstall gcc
23+
brew install make openblas netcdf netcdf-fortran open-mpi
2224
2325
- name: Install Python
2426
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)