Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 18, 2024
1 parent 8fabb57 commit 6b6b386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
echo "Downloading gfortran..."
curl -L -o gfortran-Intel-11.1-BigSur.dmg https://github.com/fxcoudert/gfortran-for-macOS/releases/download/11.1-bigsur-intel/gfortran-Intel-11.1-BigSur.dmg
echo "Mounting gfortran-10.2-Catalina.dmg..."
echo "Mounting.."
hdiutil attach gfortran-Intel-11.1-BigSur.dmg
echo "Installing gfortran..."
sudo installer -pkg /Volumes/gfortran-Intel-11.1-BigSur/gfortran-Intel-11.1-BigSur.pkg -target /
sudo installer -pkg /Volumes/gfortran-Intel-11.1-BigSur/gfortran.pkg -target /
echo "Unmounting ..."
hdiutil detach /Volumes/gfortran-Intel-11.1-BigSur
Expand Down

0 comments on commit 6b6b386

Please sign in to comment.