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 4c217f4 commit 139613dCopy full SHA for 139613d
.github/workflows/integration_tests.yml
@@ -136,7 +136,7 @@ jobs:
136
if [[ "${{ matrix.ssl_variant }}" == "boringssl" ]]; then
137
ssl_option=--cmake_flag=-DFIREBASE_USE_BORINGSSL=ON
138
fi
139
- python scripts/gha/build_testapps.py --t ${{ github.event.inputs.apis }} --p ${{ matrix.target_platform }} --output_directory "${{ github.workspace }}" --use_vcpkg --noadd_timestamp ${ssl_option}
+ python scripts/gha/build_testapps.py --t ${{ github.event.inputs.apis }} --p ${{ matrix.target_platform }} --output_directory "${{ github.workspace }}" --noadd_timestamp ${ssl_option}
140
141
- name: Run desktop integration tests
142
if: matrix.target_platform == 'Desktop' && !cancelled()
0 commit comments