Skip to content

Commit 31325c5

Browse files
committed
Retain multiline
1 parent b2f353c commit 31325c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,12 @@ jobs:
298298
- name: Install SSL
299299
if: steps.cache-ssl.outputs.cache-hit != 'true'
300300
run: |
301-
python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --system Linux --ssl ${{ matrix.ssl }} --ssl-versions ${{ matrix.ssl_ver }}
301+
python3 Tools/ssl/multissltests.py \
302+
--steps=library \
303+
--base-directory "$MULTISSL_DIR" \
304+
--ssl ${{ matrix.ssl }} \
305+
--ssl-versions ${{ matrix.ssl_ver }} \
306+
--system Linux
302307
- name: Add ccache to PATH
303308
run: |
304309
echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)