From bba8c2c9d54c1fe5c87f6a5e654aa67192477d8e Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 9 Oct 2024 13:26:13 +0100 Subject: [PATCH] I hate brew --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95e4b38aee4..84e1ad5d6df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -325,10 +325,10 @@ jobs: sudo rm /usr/local/bin/python3 || true sudo rm /usr/local/bin/python3-config || true brew update || true - brew unlink python - brew link --overwrite --force python - brew unlink python@3.11 - brew link --overwrite --force python@3.11 + brew unlink python || true + brew link --overwrite --force python || true + brew unlink python@3.12 || true + brew link --overwrite --force python@3.12 || true brew install --overwrite lftp automake pcre qt@5 brew link --overwrite --force qt@5 - name: Build