mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 07:06:54 +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
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user