We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a81ac commit c20a4bcCopy full SHA for c20a4bc
.github/workflows/android.yml
@@ -131,6 +131,14 @@ jobs:
131
pip install -r scripts/build_scripts/python_requirements.txt
132
python scripts/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
133
134
+ - name: Denver's DEBUG
135
+ shell: bash
136
+ run: |
137
+ set +e
138
+ set -xv
139
+ env | grep ANDROID
140
+ which adb
141
+
142
- name: Download C++ SDK
143
shell: bash
144
run: |
0 commit comments