mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
[no ci] actions: macOS runner now ships with rust, gnupg and swig
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -192,17 +192,6 @@ jobs:
|
|||||||
sudo apt-get -qq --yes update
|
sudo apt-get -qq --yes update
|
||||||
sudo apt-get -qq --yes install swig libpcsclite-dev libxslt1-dev
|
sudo apt-get -qq --yes install swig libpcsclite-dev libxslt1-dev
|
||||||
|
|
||||||
- name: MacOS install tools
|
|
||||||
if: runner.os == 'macOS'
|
|
||||||
run: |
|
|
||||||
# Install latest Rust
|
|
||||||
curl $curl_retry -fsS -o rust.sh https://sh.rustup.rs
|
|
||||||
bash ./rust.sh -y
|
|
||||||
source $HOME/.cargo/env
|
|
||||||
# Install needed packages
|
|
||||||
brew update
|
|
||||||
brew install gpg swig
|
|
||||||
|
|
||||||
- name: Windows Configure VCode
|
- name: Windows Configure VCode
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
if: runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
if: runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user