mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:00:41 +00:00
ci: skip swift package patch in macos node lane
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user