From e84dd02f7956783efc85c20f8fd43fc034d9fed0 Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:42:07 +0100 Subject: [PATCH] Even more bruteforce! Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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