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 46c1392 commit ff79272Copy full SHA for ff79272
.github/workflows/reusable-ubuntu.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/cache@v4
43
with:
44
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
45
- key: ${{ input.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
+ key: ${{ inputs.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
46
- name: Install OpenSSL
47
if: steps.cache-openssl.outputs.cache-hit != 'true'
48
run: python3 Tools/ssl/multissltests.py --steps=library --base-directory "$MULTISSL_DIR" --openssl "$OPENSSL_VER" --system Linux
0 commit comments