Skip to content

Commit 297a915

Browse files
authored
Remove brew install rust from macOS CI (#782)
1 parent 6b3f99e commit 297a915

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
~/.cargo/git/db/
4343
src/_bcrypt/target/
4444
key: ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
45-
- run: brew install rust
46-
if: matrix.MACOS == 'macos-13'
4745
- run: pip install tox
4846
- run: tox
4947
env:

0 commit comments

Comments
 (0)