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 ae19ccf commit 5b1baacCopy full SHA for 5b1baac
.github/actions/setup-build/action.yml
@@ -20,6 +20,15 @@ runs:
20
path: 'aws-crt-kotlin'
21
repository: 'awslabs/aws-crt-kotlin'
22
23
+ - name: Debug!
24
+ working-directory: ./aws-crt-kotlin
25
+ shell: bash
26
+ run: |
27
+ ls -a .
28
+ ls -a ./crt
29
+ ls -a ./crt/aws-c-common
30
+ ls -a ./crt/aws-c-common/cmake
31
+
32
# Cache the Kotlin/Native toolchain based on the input Kotlin version from version catalog
33
# see https://kotlinlang.org/docs/native-improving-compilation-time.html
34
- name: Cache Kotlin Native toolchain
0 commit comments