Update build.yml

This commit is contained in:
Jay Lee
2022-03-02 18:35:55 -05:00
committed by GitHub
parent 0ec42eb796
commit 2460e6957f

View File

@@ -122,8 +122,9 @@ jobs:
if: matrix.os == 'macos-11' if: matrix.os == 'macos-11'
run: | run: |
# Kill brew so Python is happy and uses XCode libraries # Kill brew so Python is happy and uses XCode libraries
curl -fsSL -o uninstall.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh #curl -fsSL -o uninstall.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh
/bin/bash uninstall.sh -f #/bin/bash uninstall.sh -f
brew uninstall $(brew list | grep -v 'pcre\|swig\|pcsc-lite')
- name: MacOS install tools - name: MacOS install tools
if: matrix.os == 'macos-11' if: matrix.os == 'macos-11'
@@ -135,7 +136,6 @@ jobs:
# needed for Rust to compile cryptography Python package for universal2 # needed for Rust to compile cryptography Python package for universal2
rustup target add aarch64-apple-darwin rustup target add aarch64-apple-darwin
- name: Windows Configure VCode - name: Windows Configure VCode
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-2022' && steps.cache-python-ssl.outputs.cache-hit != 'true' if: matrix.os == 'windows-2022' && steps.cache-python-ssl.outputs.cache-hit != 'true'