File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ jobs:
126
126
shell : bash
127
127
run : |
128
128
build_scripts/android/install_prereqs.sh
129
+ echo "NDK_ROOT=/tmp/android-ndk-r21e" >> $GITHUB_ENV
130
+ echo "ANDROID_NDK_HOME=/tmp/android-ndk-r21e" >> $GITHUB_ENV
129
131
130
132
- name : Add strings.exe to PATH (Windows only)
131
133
if : startsWith(matrix.os, 'windows')
Original file line number Diff line number Diff line change @@ -509,6 +509,8 @@ jobs:
509
509
shell : bash
510
510
command : |
511
511
build_scripts/android/install_prereqs.sh
512
+ echo "NDK_ROOT=/tmp/android-ndk-r21e" >> $GITHUB_ENV
513
+ echo "ANDROID_NDK_HOME=/tmp/android-ndk-r21e" >> $GITHUB_ENV
512
514
pip install -r scripts/gha/requirements.txt
513
515
python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
514
516
- name : Fetch prebuilt packaged SDK from previous run
You can’t perform that action at this time.
0 commit comments