Skip to content

Commit

Permalink
REVERT ME: android.yml: echo some info for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe authored Jan 2, 2025
1 parent 70a81ac commit c20a4bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ jobs:
pip install -r scripts/build_scripts/python_requirements.txt
python scripts/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
- name: Denver's DEBUG
shell: bash
run: |
set +e
set -xv
env | grep ANDROID
which adb
- name: Download C++ SDK
shell: bash
run: |
Expand Down

0 comments on commit c20a4bc

Please sign in to comment.