Skip to content

Commit

Permalink
fixup! fixup! fixup! cache OpenSSL build output
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Jan 22, 2025
1 parent d405117 commit ca1c45a
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 @@ -24,7 +24,7 @@ jobs:
uses: actions/cache@v3
with:
path: /usr/local/${{ matrix.branch }}
key: openssl-${{ env.cache-name }}-${{ runner.os }}
key: openssl-${{ env.cache-name }}-${{ runner.os }}-${{ runner.arch }}

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

0 comments on commit ca1c45a

Please sign in to comment.