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 98652b2 commit 8a27f75Copy full SHA for 8a27f75
.github/workflows/integration_tests.yml
@@ -16,7 +16,7 @@ on:
16
default: 'ubuntu-latest,windows-latest,macos-latest'
17
required: true
18
desktop_ssl_variants:
19
- description: 'SSL variants to use on desktop'
+ description: 'CSV of desktop SSL variants to use'
20
default: 'openssl,boringssl'
21
22
android_device:
@@ -130,6 +130,7 @@ jobs:
130
131
- name: Build integration tests
132
run: |
133
+ # Default SSL is openssl.
134
ssl_option=
135
if [[ "${{ matrix.ssl_variant }}" == "boringssl" ]]; then
136
ssl_option=--cmake_flag=-DFIREBASE_USE_BORINGSSL=ON
0 commit comments