Update build.yml

This commit is contained in:
Jay Lee
2022-03-02 10:40:37 -05:00
committed by GitHub
parent b78b5ea9e1
commit 0ec42eb796

View File

@@ -118,13 +118,16 @@ jobs:
sudo apt-get -qq --yes update
sudo apt-get -qq --yes install swig libpcsclite-dev
- name: Install necessary MacOS tools
- name: MacOS remove Homebrew
if: matrix.os == 'macos-11'
run: |
# Kill brew so Python is happy and uses XCode libraries
curl -fsSL -o uninstall.sh https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh
/bin/bash uninstall.sh -f
- name: MacOS install tools
if: matrix.os == 'macos-11'
run: |
# Install latest Rust
curl -fsS -o rust.sh https://sh.rustup.rs
bash ./rust.sh -y