Skip to content

Commit 62772b2

Browse files
committed
CI: Use the correct key when looking up OpenSSL
While working on the CI, I ended up changing the scheme used for the key, but as the old scheme had been looked up successfully in my fork, it didn't break until it landed on master.
1 parent c1a7f79 commit 62772b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/cache@v1
8888
with:
8989
path: ${{ github.workspace }}/openssl/
90-
key: ${{ matrix.os }}-${{ matrix.openssl.version }}
90+
key: ${{ runner.os }}-${{ runner.arch }}-${{ matrix.openssl.version }}
9191

9292
- name: 'Make sure OpenSSL was loaded from cache'
9393
if: steps.lookup-openssl.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)