Fix create-dmg PATH conflict on self-hosted runner

Remove npm create-dmg before installing brew version to avoid
the npm version taking precedence in PATH.
This commit is contained in:
Lawrence Chen 2026-02-08 17:14:58 -08:00
parent cb4c87113b
commit b4c90a0912

View file

@ -44,6 +44,7 @@ jobs:
run: |
brew update
brew install zig
npm uninstall --global create-dmg 2>/dev/null || true
brew install create-dmg
- name: Build GhosttyKit.xcframework