Skip to content

Commit 9781448

Browse files
committed
more debugging
1 parent 69b6566 commit 9781448

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,13 @@ jobs:
9191
- name: Debug build environment
9292
shell: bash
9393
run: |
94+
echo "ls ."
9495
ls .
95-
ls aws-crt-kotlin
96+
echo "ls ./crt"
97+
ls ./crt
98+
echo "ls ./crt/aws-c-common"
99+
ls ./crt/aws-c-common
100+
96101
- name: Configure Docker Images
97102
run: |
98103
./docker-images/build-images.sh linux-x64 linux-arm64

0 commit comments

Comments
 (0)