diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 4319f65af6..b95c66118e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -122,6 +122,8 @@ jobs: shell: bash run: | build_scripts/android/install_prereqs.sh + echo "NDK_ROOT=/tmp/android-ndk-r21e" >> $GITHUB_ENV + echo "ANDROID_NDK_HOME=/tmp/android-ndk-r21e" >> $GITHUB_ENV - name: Add strings.exe to PATH (Windows only) if: startsWith(matrix.os, 'windows') diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 787031e30f..bd28a59d81 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -458,6 +458,8 @@ jobs: shell: bash command: | build_scripts/android/install_prereqs.sh + echo "NDK_ROOT=/tmp/android-ndk-r21e" >> $GITHUB_ENV + echo "ANDROID_NDK_HOME=/tmp/android-ndk-r21e" >> $GITHUB_ENV pip install -r scripts/gha/requirements.txt python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}" - name: Fetch prebuilt packaged SDK from previous run