Skip to content

Commit

Permalink
More bruteforce
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Mar 13, 2024
1 parent ae255cf commit 61b9420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ runs:
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew unlink python@3 || true
brew uninstall python@3 || true
brew install python@3 || true
brew link --overwrite --force python@3
shell: bash
Expand Down

0 comments on commit 61b9420

Please sign in to comment.