From 297a915720a64c15274cd927a2b6f0fef2e28772 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 26 Apr 2024 09:44:11 -0400 Subject: [PATCH] Remove brew install rust from macOS CI (#782) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 621e6e01..8366d3a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,6 @@ jobs: ~/.cargo/git/db/ src/_bcrypt/target/ key: ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - run: brew install rust - if: matrix.MACOS == 'macos-13' - run: pip install tox - run: tox env: