ok let's try to install setuptools from homebrew then I guess
This commit is contained in:
parent
89cff6c0d9
commit
1776d02af4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue