Skip to content

Commit

Permalink
fix brew link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Aug 19, 2024
1 parent 1ab8ec6 commit 4c01c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo Killing XProtect.; sudo pkill -9 XProtect >/dev/null || true;
- name: Install latest Python3 via brew
run: brew install python3
run: brew install python3 || brew link --overwrite [email protected]

- name: Install Python requirements
run: |
Expand Down

0 comments on commit 4c01c25

Please sign in to comment.