File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments