ci: skip swift package patch in macos node lane

This commit is contained in:
Peter Steinberger
2026-04-22 00:16:45 +01:00
parent a426ef5b6a
commit 85c63942a5

View File

@@ -2046,6 +2046,9 @@ jobs:
path: src/canvas-host/a2ui/
- name: Patch mlx-audio-swift manifest
# macOS node tests do not build the Swift package; keep SwiftPM resolution
# out of this lane so it stays focused on platform-specific TS tests.
if: ${{ false }}
run: |
set -euo pipefail
swift package resolve --package-path apps/macos >/dev/null