ci: make mlx audio manifest patch writable

This commit is contained in:
Peter Steinberger
2026-04-16 20:12:18 +01:00
parent 15c7f478da
commit 29427fefc7

View File

@@ -1287,6 +1287,7 @@ jobs:
run: |
set -euo pipefail
swift package resolve --package-path apps/macos >/dev/null
chmod u+w apps/macos/.build/checkouts/mlx-audio-swift/Package.swift
python <<'PY'
from pathlib import Path
@@ -1356,6 +1357,7 @@ jobs:
run: |
set -euo pipefail
swift package resolve --package-path apps/macos >/dev/null
chmod u+w apps/macos/.build/checkouts/mlx-audio-swift/Package.swift
python <<'PY'
from pathlib import Path