mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
[macOS] always return True on gfortran check (#6133)
This commit is contained in:
@@ -8,7 +8,7 @@ for gccVersion in $gccVersions; do
|
||||
done
|
||||
|
||||
# Delete default gfortran link if it exists https://github.com/actions/runner-images/issues/1280
|
||||
gfortranPath=$(which gfortran)
|
||||
gfortranPath=$(which gfortran) || true
|
||||
if [ $gfortranPath ]; then
|
||||
rm $gfortranPath
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user