We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3751a commit 80b903cCopy full SHA for 80b903c
.github/workflows/build_android_sdk.yml
@@ -177,19 +177,6 @@ jobs:
177
installed-sdk: ${{ steps.info.outputs.sdk-id }}
178
installed-swift: ${{ steps.info.outputs.swift-root }}
179
180
- - name: Checkout swift-argument-parser
181
- uses: actions/checkout@v4
182
- with:
183
- repository: apple/swift-argument-parser
184
- path: swift-argument-parser
185
- - name: Test swift-argument-parser
186
- uses: skiptools/swift-android-action@main
187
188
- run-tests: true
189
- package-path: swift-argument-parser
190
- installed-sdk: ${{ steps.info.outputs.sdk-id }}
191
- installed-swift: ${{ steps.info.outputs.swift-root }}
192
-
193
- name: Checkout swift-system
194
uses: actions/checkout@v4
195
with:
0 commit comments