ok let's try to install setuptools from homebrew then I guess

This commit is contained in:
Nadia Holmquist Pedersen 2024-04-03 14:23:24 +02:00
parent 89cff6c0d9
commit 1776d02af4
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies for package building
run: |
brew install autoconf automake autoconf-archive libtool
brew unlink python@3.12
sudo rm /usr/local/bin/python
brew install autoconf automake autoconf-archive libtool python-setuptools
- name: Set up CMake
uses: lukka/get-cmake@latest
- name: Set up vcpkg