Skip to content

Commit a2c644f

Browse files
committed
Fix MacOS v4 GH build.
1 parent bbee529 commit a2c644f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,7 @@ jobs:
219219

220220
- name: Prepare - Install tools
221221
run: |
222-
brew install automake libtool ninja
223-
224-
# libcxx build is not working with python >= 3.12
225-
- name: Do not use preinstalled python >= 3.12
226-
run: |
227-
brew uninstall --ignore-dependencies [email protected]
228-
[ -e /Library/Frameworks/Python.framework ] && \
229-
sudo mv /Library/Frameworks/Python.framework /Library/Frameworks/Python.framework.dont-look-at-this
230-
brew install [email protected]
231-
ln -s "$(brew --prefix [email protected])/bin/python3" "$(brew --prefix [email protected])/bin/python"
222+
brew install automake libtool ninja python-setuptools
232223
233224
- name: Cache - libc++ install
234225
id: cache-libcxx-install-macos

0 commit comments

Comments
 (0)