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:
126126 shell : bash
127127 run : |
128128 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
129131
130132 - name : Add strings.exe to PATH (Windows only)
131133 if : startsWith(matrix.os, 'windows')
Original file line number Diff line number Diff line change @@ -509,6 +509,8 @@ jobs:
509509 shell : bash
510510 command : |
511511 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
512514 pip install -r scripts/gha/requirements.txt
513515 python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
514516 - name : Fetch prebuilt packaged SDK from previous run
You can’t perform that action at this time.
0 commit comments