Skip to content

Commit a7bc192

Browse files
committed
Fix compute iOS CI
1 parent a75f273 commit a7bc192

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/compute.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,5 @@ jobs:
8383
-destination "platform=iOS Simulator,OS=${{ matrix.ios-version }},name=${{ matrix.ios-simulator-name }}" \
8484
-derivedDataPath .build-debug \
8585
-skipMacroValidation \
86-
-skipPackagePluginValidation
86+
-skipPackagePluginValidation \
87+
OTHER_SWIFT_FLAGS="-warnings-as-errors"

0 commit comments

Comments
 (0)