Skip to content

Commit 3450e6e

Browse files
committed
Try configuring aws-sdk-kotlin first
1 parent 3b0b8e1 commit 3450e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- name: Disable Kotlin/Native builds
7676
shell: bash
7777
run: |
78+
echo "aws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
7879
echo "aws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
79-
echo "aws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
8080
8181
- name: Build smithy-kotlin
8282
working-directory: ./smithy-kotlin

0 commit comments

Comments
 (0)