From e2f511a444f21814524a699dc58c4774a0971413 Mon Sep 17 00:00:00 2001 From: Chandrakana Nandi Date: Tue, 21 May 2024 14:43:17 -0700 Subject: [PATCH] hmmm mac build is broken.. --- .github/workflows/gambit.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gambit.yml b/.github/workflows/gambit.yml index 2aea6b5..6950895 100644 --- a/.github/workflows/gambit.yml +++ b/.github/workflows/gambit.yml @@ -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