Skip to content

Commit ac82bac

Browse files
Remove env var from incorrect conflict resolution
1 parent f979047 commit ac82bac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ jobs:
117117
python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
118118
119119
- name: Build integration tests
120-
# The set up script for Android will download the NDK here.
121-
env:
122-
NDK_ROOT: '/tmp/android-ndk-r16b'
123120
run: |
124121
python scripts/gha/build_testapps.py --t ${{ github.event.inputs.apis }} --p ${{ matrix.target_platform }} --output_directory ${{ github.workspace }} --use_vcpkg --noadd_timestamp
125122

0 commit comments

Comments
 (0)