Skip to content

Commit

Permalink
Second try
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyeunpark committed Nov 27, 2023
1 parent 3a101bd commit d4a2345
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels_macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
# MacOS specific build settings
CIBW_BEFORE_ALL_MACOS: |
brew fetch --force --bottle-tag=arm64_big_sur mpfr gmp
brew install $(brew --cache --bottle-tag=arm64_big_sur mpfr gmp)
brew fetch --force --bottle-tag=arm64_big_sur mpfr
brew install $(brew --cache --bottle-tag=arm64_big_sur mpfr
brew fetch --force --bottle-tag=arm64_big_sur gmp
brew install $(brew --cache --bottle-tag=arm64_big_sur gmp
#brew install mpfr gmp
CIBW_BEFORE_BUILD: |
Expand Down

0 comments on commit d4a2345

Please sign in to comment.