File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -551,10 +551,13 @@ jobs:
551
551
python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
552
552
- name : Build integration tests (and run Desktop tests)
553
553
# The set up script for Android will download the NDK here.
554
- # Need to export from bash, so that /tmp gets converted on Windows.
554
+ # Need to export from bash, so that /tmp gets converted on Windows.
555
+ env :
556
+ NDK_ROOT : /tmp/android-ndk-r16b
557
+ ANDROID_NDK_HOME : /tmp/android-ndk-r16b
558
+ ANDROID_NDK_PATH : /tmp/android-ndk-r16b
555
559
shell : bash
556
560
run : |
557
- export NDK_ROOT=/tmp/android-ndk-r16b
558
561
python scripts/gha/build_testapps.py --t ${{ env.apis }} --p ${{ matrix.target_platform }} --sdk_dir firebase_cpp_sdk --output_directory ${{ github.workspace }} --execute_desktop_testapp --noadd_timestamp
559
562
560
563
# Workaround for https://github.com/GoogleCloudPlatform/github-actions/issues/100
Original file line number Diff line number Diff line change @@ -116,7 +116,11 @@ jobs:
116
116
117
117
- name : Build integration tests (and run Desktop tests)
118
118
# The set up script for Android will download the NDK here.
119
- # Need to export from bash, so that /tmp gets converted on Windows.
119
+ # Need to use bash, so that /tmp gets converted on Windows.
120
+ env :
121
+ NDK_ROOT : /tmp/android-ndk-r16b
122
+ ANDROID_NDK_HOME : /tmp/android-ndk-r16b
123
+ ANDROID_NDK_PATH : /tmp/android-ndk-r16b
120
124
shell : bash
121
125
run : |
122
126
export NDK_ROOT=/tmp/android-ndk-r16b
You can’t perform that action at this time.
0 commit comments