Skip to content

Commit 3194e6a

Browse files
committed
still not working! 😠 trying more debug dumps
1 parent 0f9b3f1 commit 3194e6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎.github/workflows/continuous-integration.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,17 @@ jobs:
7272
working-directory: ./smithy-kotlin
7373
- name: Disable native builds # FIXME remove this step once K/N is merged
7474
run: |
75+
echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..."
7576
echo "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
77+
echo "Contents of smithy-kotlin/gradle.properties:"
78+
cat ./smithy-kotlin/gradle.properties
79+
echo ""
80+
81+
echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..."
7682
echo "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
83+
echo "Contents of aws-sdk-kotlin/gradle.properties:"
84+
cat ./aws-sdk-kotlin/gradle.properties
85+
echo ""
7786
- name: Build smithy-kotlin
7887
working-directory: ./smithy-kotlin
7988
shell: bash

0 commit comments

Comments
 (0)