Merge pull request #8056 from def-/pr-try-python-fix-macos

Try to fix python macOS issue
This commit is contained in:
Dennis Felsing 2024-03-03 22:46:58 +00:00 committed by GitHub
commit a3e6a2dc50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,8 +93,8 @@ jobs:
brew update || true
brew install pkg-config sdl2 ffmpeg ninja molten-vk vulkan-headers glslang spirv-tools || true
brew upgrade freetype
pip3 install dmgbuild
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $GITHUB_PATH
pip3 install --break-system-packages dmgbuild
echo /Library/Frameworks/Python.framework/Versions/3.12/bin >> $GITHUB_PATH
sudo rm -rf /Library/Developer/CommandLineTools
- name: Cache Rust dependencies