Skip to content

Commit f4aa58c

Browse files
committed
Try building swift-collections
1 parent 8c6f92c commit f4aa58c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,17 @@ jobs:
194194
installed-sdk: ${{ steps.info.outputs.sdk-id }}
195195
installed-swift: ${{ steps.info.outputs.swift-root }}
196196

197-
- name: Checkout swift-crypto
197+
- name: Checkout swift-collections
198198
if: ${{ matrix.runner != 'self-hosted' }}
199199
uses: actions/checkout@v4
200200
with:
201-
repository: apple/swift-crypto
202-
path: swift-crypto
203-
- name: Test swift-crypto
201+
repository: apple/swift-collections
202+
path: swift-collections
203+
- name: Test swift-collections
204204
if: ${{ matrix.runner != 'self-hosted' }}
205205
uses: skiptools/swift-android-action@main
206206
with:
207-
package-path: swift-crypto
207+
package-path: swift-collections
208208
installed-sdk: ${{ steps.info.outputs.sdk-id }}
209209
installed-swift: ${{ steps.info.outputs.swift-root }}
210210

0 commit comments

Comments
 (0)