diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fafcde6..1c0d11e1 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 xz + brew uninstall --ignore-dependencies xz - name: Windows Configure VCode uses: ilammy/msvc-dev-cmd@v1