From 781dfa47aa1e37d66ade3bedea154075c91bfe04 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 9 Oct 2024 13:47:39 +0100 Subject: [PATCH] Fix magic brew python commands to shut CI up --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95e4b38ae..424d820ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -318,17 +318,16 @@ jobs: sudo rm /usr/local/bin/idle3.* || true sudo rm /usr/local/bin/pydoc3.* || true sudo rm /usr/local/bin/python3.* || true - sudo rm /usr/local/bin/python3.*-config || true sudo rm /usr/local/bin/2to3 || true sudo rm /usr/local/bin/idle3 || true sudo rm /usr/local/bin/pydoc3 || true 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