Skip to content

Commit f70dc6d

Browse files
committed
remove checkout of aws-crt-kotlin
1 parent 254825d commit f70dc6d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/actions/setup-build/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ runs:
2121
path: 'smithy-kotlin'
2222
repository: 'smithy-lang/smithy-kotlin'
2323

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-
3224
- name: Configure JDK
3325
uses: actions/setup-java@v3
3426
with:

0 commit comments

Comments
 (0)