mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
[Ubuntu] remove gfortran symlink from brew (#6276)
This commit is contained in:
@@ -43,4 +43,10 @@ for package in $brew_packages; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
gfortran=$(brew --prefix)/bin/gfortran
|
||||||
|
# Remove gfortran symlink, not to conflict with system gfortran
|
||||||
|
if [[ -e $gfortran ]]; then
|
||||||
|
rm $gfortran
|
||||||
|
fi
|
||||||
|
|
||||||
invoke_tests "Tools" "Homebrew"
|
invoke_tests "Tools" "Homebrew"
|
||||||
|
|||||||
Reference in New Issue
Block a user