We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c14e6 commit 3f02cfcCopy full SHA for 3f02cfc
.github/workflows/continuous-integration.yml
@@ -78,6 +78,21 @@ jobs:
78
echo "aws-crt-kotlin"
79
echo "aws.kotlin.native=false" >> ./aws-crt-kotlin/gradle.properties
80
81
+ - name: Debug aws-crt-kotlin
82
+ shell: bash
83
+ working-directory: aws-crt-kotlin
84
+ run: |
85
+ echo "Debugging aws-crt-kotlin"
86
+ echo "ls:"
87
+ ls
88
+ echo "gradle.properties"
89
+ cat gradle.properties
90
+ echo "git branch"
91
+ git branch
92
+ echo "WithCrt"
93
+ cat aws-crt-kotlin/common/src/aws/sdk/kotlin/crt/WithCrt.kt
94
+
95
96
- name: Configure Gradle - smithy-kotlin
97
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
98
with:
0 commit comments