Skip to content

Commit 6953ece

Browse files
committed
Checkout aws-crt-kotlin
1 parent 683281a commit 6953ece

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)