Update build.yml

This commit is contained in:
Jay Lee
2022-03-01 13:15:19 -05:00
committed by GitHub
parent d04b33d1d9
commit a7154da0b6

View File

@ -124,6 +124,8 @@ 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 xz
- name: Windows Configure VCode
uses: ilammy/msvc-dev-cmd@v1