Skip to content

Commit

Permalink
Fix cargo install on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 23, 2024
1 parent 654eed8 commit ce8b10e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ jobs:
- name: Cargo - macOS install
if: runner.os == 'macOS'
run: |
brew unlink [email protected]
brew install rust
- name: Cargo - Linux install
if: runner.os == 'Linux'
Expand Down

0 comments on commit ce8b10e

Please sign in to comment.