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
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies for package building
|
- name: Install dependencies for package building
|
||||||
run: |
|
run: |
|
||||||
brew install autoconf automake autoconf-archive libtool
|
brew install autoconf automake autoconf-archive libtool python-setuptools
|
||||||
brew unlink python@3.12
|
|
||||||
sudo rm /usr/local/bin/python
|
|
||||||
- name: Set up CMake
|
- name: Set up CMake
|
||||||
uses: lukka/get-cmake@latest
|
uses: lukka/get-cmake@latest
|
||||||
- name: Set up vcpkg
|
- name: Set up vcpkg
|
||||||
|
|
Loading…
Reference in New Issue