Skip to content

Commit 8a27f75

Browse files
committed
Rephrased comment
1 parent 98652b2 commit 8a27f75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: 'ubuntu-latest,windows-latest,macos-latest'
1717
required: true
1818
desktop_ssl_variants:
19-
description: 'SSL variants to use on desktop'
19+
description: 'CSV of desktop SSL variants to use'
2020
default: 'openssl,boringssl'
2121
required: true
2222
android_device:
@@ -130,6 +130,7 @@ jobs:
130130
131131
- name: Build integration tests
132132
run: |
133+
# Default SSL is openssl.
133134
ssl_option=
134135
if [[ "${{ matrix.ssl_variant }}" == "boringssl" ]]; then
135136
ssl_option=--cmake_flag=-DFIREBASE_USE_BORINGSSL=ON

0 commit comments

Comments
 (0)