Skip to content

Commit

Permalink
Install on all mac builders
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Jul 22, 2024
1 parent a6e1ecc commit e86475e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
if: startsWith(matrix.os, 'mac') && (matrix.python-version == '3.9')
run: |
rustup target add aarch64-apple-darwin
- name: "Install gfortran"
if: startsWith(matrix.os, 'mac')
run: |
brew install gcc
gfortran --version || sudo ln -s `which gfortran-12` /usr/local/bin/gfortran
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit e86475e

Please sign in to comment.