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.
This commit is contained in:
Nadia Holmquist Pedersen 2024-04-03 13:32:08 +02:00
parent 31a7f53282
commit 21480c2c83
1 changed files with 2 additions and 1 deletions

View File

@ -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