We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f979047 commit ac82bacCopy full SHA for ac82bac
.github/workflows/integration_tests.yml
@@ -117,9 +117,6 @@ jobs:
117
python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
118
119
- 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'
123
run: |
124
python scripts/gha/build_testapps.py --t ${{ github.event.inputs.apis }} --p ${{ matrix.target_platform }} --output_directory ${{ github.workspace }} --use_vcpkg --noadd_timestamp
125
0 commit comments