Skip to content

Commit 2633115

Browse files
committed
2 parents 6f350f9 + 5551885 commit 2633115

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python_wheel.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646

47-
- name: Install gcc and fftw
47+
- name: Unlink gcc
4848
run: |
4949
brew unlink gcc
50+
continue-on-error: true
51+
52+
- name: Install gcc@13 and fftw
53+
run: |
5054
brew install gcc@13 fftw
5155
cp make.inc.macosx_gcc-12 make.inc
5256
echo "FC=gfortran-13" >> make.inc

0 commit comments

Comments
 (0)