Fix dmgbuild issue by adding binary install directory to PATH (fixes #6005)

This commit is contained in:
Dennis Felsing 2022-11-03 22:53:23 +01:00
parent d83cf0ac56
commit 05a18ed8fe

View file

@ -98,6 +98,7 @@ jobs:
brew install pkg-config sdl2 ffmpeg python3 ninja molten-vk vulkan-headers glslang spirv-tools
brew upgrade freetype
pip3 install dmgbuild
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $GITHUB_PATH
sudo rm -rf /Library/Developer/CommandLineTools
- name: Build in debug mode