-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0o-de-lally
committed
Nov 20, 2023
1 parent
5eee590
commit ba487ef
Showing
3 changed files
with
15 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ jobs: | |
# uses: mxschmitt/action-tmate@v3 | ||
# with: | ||
# detached: true | ||
|
||
# Setup Rust | ||
- uses: dtolnay/[email protected] | ||
with: | ||
|
@@ -48,9 +49,11 @@ jobs: | |
|
||
######## MAC ######## | ||
|
||
- name: set the Mac compile target | ||
- name: install gmp | ||
if: matrix.os == 'macos-11' | ||
run: export CARGO_BUILD_TARGET='universal-apple-darwin' | ||
run: > | ||
brew reinstall gmp | ||
brew --prefix | ||
######## WIN ######## | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters