From b8e5ad5107e22c52f41fcb69f1bad0e4bcb800fe Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Mar 2022 14:09:39 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c0d11e1..84196af0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,7 @@ jobs: # 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 + brew uninstall --ignore-dependencies xz libffi - name: Windows Configure VCode uses: ilammy/msvc-dev-cmd@v1