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 b2f353c commit 31325c5Copy full SHA for 31325c5
.github/workflows/build.yml
@@ -298,7 +298,12 @@ jobs:
298
- name: Install SSL
299
if: steps.cache-ssl.outputs.cache-hit != 'true'
300
run: |
301
- python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --system Linux --ssl ${{ matrix.ssl }} --ssl-versions ${{ matrix.ssl_ver }}
+ 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
307
- name: Add ccache to PATH
308
309
echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
0 commit comments