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 5b1baac commit 479a389Copy full SHA for 479a389
.github/actions/setup-build/action.yml
@@ -24,10 +24,12 @@ runs:
24
working-directory: ./aws-crt-kotlin
25
shell: bash
26
run: |
27
+ echo "ls -a ."
28
ls -a .
29
+ echo "ls -a ./crt"
30
ls -a ./crt
31
+ echo "ls -a ./crt/aws-c-common"
32
ls -a ./crt/aws-c-common
- ls -a ./crt/aws-c-common/cmake
33
34
# Cache the Kotlin/Native toolchain based on the input Kotlin version from version catalog
35
# see https://kotlinlang.org/docs/native-improving-compilation-time.html
0 commit comments