Skip to content

Commit

Permalink
hmmm mac build is broken..
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrakananandi committed May 21, 2024
1 parent b968f7b commit e2f511a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gambit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
sudo mv solc-macos /usr/local/bin/solc
fi
- name: Build and Test
run: make all_macos
run: |
rustup target add x86_64-apple-darwin
make all_macos
- name: Darwin link as Universal
run: lipo -create -output gambit-macos target/aarch64-apple-darwin/release/gambit target/x86_64-apple-darwin/release/gambit
Expand Down

0 comments on commit e2f511a

Please sign in to comment.