Skip to content

Commit 112d0fd

Browse files
committed
remember to build CRT Docker images before CI
1 parent 0785874 commit 112d0fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ jobs:
180180
with:
181181
working-directory: 'smithy-kotlin'
182182

183+
- name: Configure CRT Docker Images
184+
run: |
185+
./aws-crt-kotlin/docker-images/build-all.sh
186+
183187
- name: Test
184188
working-directory: ./smithy-kotlin
185189
shell: bash

0 commit comments

Comments
 (0)