Skip to content

Commit

Permalink
Show ndk info
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jun 11, 2024
1 parent fa85136 commit e33aeb5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,15 @@ jobs:
add-to-path: false
local-cache: true

- name: Show Android NDK
run: |
echo "Show home"
ls -l $HOME
echo "Show ndk-path"
ls -l ${{ steps.setup-ndk.outputs.ndk-path }}
echo "Show clang"
ls -l ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++
- name: Clone DepotTools
run: |
cd ..
Expand Down

0 comments on commit e33aeb5

Please sign in to comment.