Skip to content

Commit edbc827

Browse files
committed
do not stop
1 parent 0f8a979 commit edbc827

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/patch-macos-libgfortran/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
- name: MacOS patch libgfortran
1111
shell: bash
1212
run: |
13-
which gfortran-${{ inputs.gcc-version }}
13+
which gfortran-${{ inputs.gcc-version }} || true
1414
which gfortran || true
1515
BREW_PREFIX=$(brew --prefix)
1616
@@ -145,3 +145,5 @@ runs:
145145
exit 1
146146
fi
147147
fi
148+
149+
exit 0

0 commit comments

Comments
 (0)