From 30c250c3148ff41eaf159e752d610b201bdb228e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Mar 2022 20:29:44 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d52f711..086786b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: with: path: | bin - key: gam-${{ matrix.jid }}-20220301 + key: gam-${{ matrix.jid }}-20220301-01 - name: Use pre-compiled Python for testing if: matrix.python != '' @@ -124,8 +124,9 @@ jobs: run: | # needed for Rust to compile cryptography Python package for universal2 rustup target add aarch64-apple-darwin - # Brew's xz isn't universal2. We want to use XCode version - brew uninstall --ignore-dependencies xz libffi + # Kill brew so Python is happy and uses XCode libraries + curl -fsSLO https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh + /bin/bash uninstall.sh -f - name: Windows Configure VCode uses: ilammy/msvc-dev-cmd@v1