Skip to content

Commit 479a389

Browse files
committed
Add debug step
1 parent 5b1baac commit 479a389

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ runs:
2424
working-directory: ./aws-crt-kotlin
2525
shell: bash
2626
run: |
27+
echo "ls -a ."
2728
ls -a .
29+
echo "ls -a ./crt"
2830
ls -a ./crt
31+
echo "ls -a ./crt/aws-c-common"
2932
ls -a ./crt/aws-c-common
30-
ls -a ./crt/aws-c-common/cmake
3133
3234
# Cache the Kotlin/Native toolchain based on the input Kotlin version from version catalog
3335
# see https://kotlinlang.org/docs/native-improving-compilation-time.html

0 commit comments

Comments
 (0)