File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
.github/actions/setup-build Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,21 @@ runs:
1313 ref : ' 0.4.2'
1414 sparse-checkout : |
1515 .github
16+
1617 - name : Checkout smithy-kotlin
1718 uses : ./aws-kotlin-repo-tools/.github/actions/checkout-head
1819 with :
1920 # checkout smithy-kotlin as a sibling which will automatically make it an included build
2021 path : ' smithy-kotlin'
2122 repository : ' smithy-lang/smithy-kotlin'
23+
24+ - name : Checkout aws-crt-kotlin
25+ uses : ./aws-kotlin-repo-tools/.github/actions/checkout-head
26+ with :
27+ # checkout aws-crt-kotlin as a sibling which will automatically make it an included build (transitively, through smithy-kotlin)
28+ path : ' aws-crt-kotlin'
29+ repository : ' awslabs/aws-crt-kotlin'
30+
2231 - name : Configure JDK
2332 uses : actions/setup-java@v3
2433 with :
You can’t perform that action at this time.
0 commit comments