Skip to content

Commit 5b1baac

Browse files
committed
Add debug step
1 parent ae19ccf commit 5b1baac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/actions/setup-build/action.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ runs:
2020
path: 'aws-crt-kotlin'
2121
repository: 'awslabs/aws-crt-kotlin'
2222

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+
2332
# Cache the Kotlin/Native toolchain based on the input Kotlin version from version catalog
2433
# see https://kotlinlang.org/docs/native-improving-compilation-time.html
2534
- name: Cache Kotlin Native toolchain

0 commit comments

Comments
 (0)