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 254825d commit f70dc6dCopy full SHA for f70dc6d
.github/actions/setup-build/action.yml
@@ -21,14 +21,6 @@ runs:
21
path: 'smithy-kotlin'
22
repository: 'smithy-lang/smithy-kotlin'
23
24
- # FIXME Remove this checkout of aws-crt-kotlin once K/N artifacts are published to Maven
25
- - name: Checkout aws-crt-kotlin
26
- uses: ./aws-kotlin-repo-tools/.github/actions/checkout-head
27
- with:
28
- # checkout aws-crt-kotlin as a sibling which will automatically make it an included build (transitively, through smithy-kotlin)
29
- path: 'aws-crt-kotlin'
30
- repository: 'awslabs/aws-crt-kotlin'
31
-
32
- name: Configure JDK
33
uses: actions/setup-java@v3
34
with:
0 commit comments