Skip to content

Commit

Permalink
Even more bruteforce!
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
  • Loading branch information
douglascamata committed Mar 13, 2024
1 parent 65cf8a5 commit e84dd02
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 @@ -96,7 +96,7 @@ runs:
run: |
brew unlink python@3 || true
brew uninstall --ignore-dependencies python@3 || true
brew install python@3 || true
brew install --overwrite -force python@3 || true
brew link --overwrite --force python@3
shell: bash
- name: Install QEMU, Docker client, and Docker Compose
Expand Down

0 comments on commit e84dd02

Please sign in to comment.