Skip to content

Commit c20a4bc

Browse files
authored
REVERT ME: android.yml: echo some info for debugging
1 parent 70a81ac commit c20a4bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/android.yml

+8
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ jobs:
131131
pip install -r scripts/build_scripts/python_requirements.txt
132132
python scripts/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
133133
134+
- name: Denver's DEBUG
135+
shell: bash
136+
run: |
137+
set +e
138+
set -xv
139+
env | grep ANDROID
140+
which adb
141+
134142
- name: Download C++ SDK
135143
shell: bash
136144
run: |

0 commit comments

Comments
 (0)