Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed May 11, 2024
1 parent 994a4e4 commit abd502c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ jobs:
./gradlew --version
echo ANDROID_SDK_ROOT: ${ANDROID_SDK_ROOT}
echo CRB SDK ROOT
ls -a ${ANDROID_SDK_ROOT}
echo CRB tools
ls -a ${ANDROID_SDK_ROOT}/tools
echo CRB tools bin
ls -la ${ANDROID_SDK_ROOT}/tools/bin
ls -la ${ANDROID_SDK_ROOT}
echo CRB build-tools
ls -la ${ANDROID_SDK_ROOT}/build-tools
echo CRB cmdline-tools
ls -la ${ANDROID_SDK_ROOT}/cmdline-tools
echo CRB cmdline-tools latest
Expand Down

0 comments on commit abd502c

Please sign in to comment.