Skip to content

Commit

Permalink
Update OpenSSL_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 authored Jan 23, 2025
1 parent 860ccfe commit 6e85f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OpenSSL_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: cache openssl
uses: actions/cache@v3
with:
path: ${{ env.PWD }}/${{ matrix.branch }}
path: ${{ env.OPENSSL_DIR }}
key: openssl-${{ env.cache-name }}-${{ runner.os }}-${{ runner.arch }}

- if: ${{ steps.cache-openssl.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 6e85f49

Please sign in to comment.