mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 06:58:20 +00:00
Fix dmgbuild issue by adding binary install directory to PATH (fixes #6005)
This commit is contained in:
parent
d83cf0ac56
commit
05a18ed8fe
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -98,6 +98,7 @@ jobs:
|
||||||
brew install pkg-config sdl2 ffmpeg python3 ninja molten-vk vulkan-headers glslang spirv-tools
|
brew install pkg-config sdl2 ffmpeg python3 ninja molten-vk vulkan-headers glslang spirv-tools
|
||||||
brew upgrade freetype
|
brew upgrade freetype
|
||||||
pip3 install dmgbuild
|
pip3 install dmgbuild
|
||||||
|
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $GITHUB_PATH
|
||||||
sudo rm -rf /Library/Developer/CommandLineTools
|
sudo rm -rf /Library/Developer/CommandLineTools
|
||||||
|
|
||||||
- name: Build in debug mode
|
- name: Build in debug mode
|
||||||
|
|
Loading…
Reference in a new issue