From 9a5093b74b9d7ea2464bec556386037467ee1d09 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Thu, 16 Nov 2023 22:15:31 -0500 Subject: [PATCH] try running brew gmp first --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 560626c3..d5e4369b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,6 +47,9 @@ jobs: # version: 1.0 ######## MAC ######## + - name: osx deps + if: matrix.os == 'macos-latest-xlarge' + run: brew install gmp - name: set the Mac compile target if: matrix.os == 'macos-latest-xlarge'