From a9d600234c8e82cfd264decf5a21869b6fc507c4 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 22 May 2024 21:15:33 -0400 Subject: [PATCH] [no ci] actions: macOS runner now ships with rust, gnupg and swig --- .github/workflows/build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b27b921..7199a464 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -192,17 +192,6 @@ jobs: sudo apt-get -qq --yes update 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 uses: ilammy/msvc-dev-cmd@v1 if: runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true'