From 21480c2c83ce81b157fb104be163ede078b63cea Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Wed, 3 Apr 2024 13:32:08 +0200 Subject: [PATCH] ci: try to unlink homebrew's python GitHub thinks it's really cool to mess with the actions runner images at random so they broke our build again by doing something unexpected. --- .github/workflows/build-macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 1d4b9171..08063e30 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -21,7 +21,8 @@ jobs: uses: actions/checkout@v3 - name: Install dependencies for package building run: | - brew install autoconf automake autoconf-archive libtool && pip3 install setuptools + brew install autoconf automake autoconf-archive libtool + brew unlink python@3.12 - name: Set up CMake uses: lukka/get-cmake@latest - name: Set up vcpkg