mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Fix MacOS build reverting python version hack and installing python-setuptools.
This commit is contained in:
parent
2f32511a3d
commit
268fbd7936
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -312,16 +312,7 @@ jobs:
|
||||
|
||||
- name: Prepare - Install tools
|
||||
run: |
|
||||
brew install automake autoconf-archive cmake libtool ninja
|
||||
|
||||
# libcxx build is not working with python >= 3.12
|
||||
- name: Do not use preinstalled python >= 3.12
|
||||
run: |
|
||||
brew uninstall --ignore-dependencies python@3.12
|
||||
[ -e /Library/Frameworks/Python.framework ] && \
|
||||
sudo mv /Library/Frameworks/Python.framework /Library/Frameworks/Python.framework.dont-look-at-this
|
||||
brew install python@3.11
|
||||
ln -s "$(brew --prefix python@3.11)/bin/python3" "$(brew --prefix python@3.11)/bin/python"
|
||||
brew install automake autoconf-archive cmake libtool ninja python-setuptools
|
||||
|
||||
- name: Export GitHub Actions cache environment variables
|
||||
uses: actions/github-script@v7
|
||||
|
Loading…
Reference in New Issue
Block a user