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 48a1b40 commit 82dda2dCopy full SHA for 82dda2d
.github/actions/setup-build/action.yml
@@ -22,17 +22,6 @@ runs:
22
repository: 'awslabs/aws-crt-kotlin'
23
submodules: 'true'
24
25
- - name: Debug!
26
- working-directory: ./aws-crt-kotlin
27
- shell: bash
28
- run: |
29
- echo "ls -a ."
30
- ls -a .
31
- echo "ls -a ./crt"
32
- ls -a ./crt
33
- echo "ls -a ./crt/aws-c-common"
34
- ls -a ./crt/aws-c-common
35
-
36
# Cache the Kotlin/Native toolchain based on the input Kotlin version from version catalog
37
# see https://kotlinlang.org/docs/native-improving-compilation-time.html
38
- name: Cache Kotlin Native toolchain
0 commit comments