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 22, 2025
1 parent 62095f0 commit 7a30076
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 @@ -23,7 +23,7 @@ jobs:
name: cache openssl
uses: actions/cache@v3
with:
path: /usr/local/${{ matrix.branch }}
path: ${PWD}/${{ matrix.branch }}
key: openssl-${{ env.cache-name }}-${{ runner.os }}-${{ runner.arch }}

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

0 comments on commit 7a30076

Please sign in to comment.