Skip to content

Commit

Permalink
Attempt to force the Python link
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 fdb1cb5 commit ae255cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install python@3 || true
brew link --overwrite python@3
brew link --overwrite --force python@3
shell: bash
- name: Install QEMU, Docker client, and Docker Compose
env:
Expand Down

0 comments on commit ae255cf

Please sign in to comment.