Skip to content

Commit 82dda2d

Browse files
committed
Remove debug step
1 parent 48a1b40 commit 82dda2d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ runs:
2222
repository: 'awslabs/aws-crt-kotlin'
2323
submodules: 'true'
2424

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

0 commit comments

Comments
 (0)