mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +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
|
done
|
||||||
|
|
||||||
# Delete default gfortran link if it exists https://github.com/actions/runner-images/issues/1280
|
# 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
|
if [ $gfortranPath ]; then
|
||||||
rm $gfortranPath
|
rm $gfortranPath
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user