Skip to content

Commit

Permalink
Add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Nov 18, 2024
1 parent ae19ccf commit 5b1baac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ runs:
path: 'aws-crt-kotlin'
repository: 'awslabs/aws-crt-kotlin'

- name: Debug!
working-directory: ./aws-crt-kotlin
shell: bash
run: |
ls -a .
ls -a ./crt
ls -a ./crt/aws-c-common
ls -a ./crt/aws-c-common/cmake
# Cache the Kotlin/Native toolchain based on the input Kotlin version from version catalog
# see https://kotlinlang.org/docs/native-improving-compilation-time.html
- name: Cache Kotlin Native toolchain
Expand Down

0 comments on commit 5b1baac

Please sign in to comment.