Skip to content

Commit

Permalink
Added Fix for Brew Python in MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Redfire75369 committed Oct 18, 2023
1 parent c3d9073 commit 116151c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Dependencies on OS X
if: matrix.id == 'macos'
run: brew install [email protected] llvm sccache yasm
run: brew install --overwrite python [email protected] llvm sccache yasm

- name: Install Dependencies on Linux
if: matrix.id == 'linux'
Expand Down

0 comments on commit 116151c

Please sign in to comment.