mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-16 20:21:37 +00:00
Update build.yml
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user