xtask: Allow passing multiple targets to Swift's build-framework.

* Fix CI
This commit is contained in:
Doug
2024-05-13 15:46:38 +01:00
committed by Benjamin Bouvier
parent aa6bbc1a0f
commit b57dbd8d1a
2 changed files with 15 additions and 9 deletions

View File

@@ -108,4 +108,4 @@ jobs:
run: swift test
- name: Build Framework
run: target/debug/xtask swift build-framework --only-target=aarch64-apple-ios
run: target/debug/xtask swift build-framework --target=aarch64-apple-ios