diff --git a/action.yml b/action.yml index 87fb530..7a47a16 100644 --- a/action.yml +++ b/action.yml @@ -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