Skip to content

Commit 9acf56c

Browse files
authored
Merge pull request #70 from Geod24/fix-ci
CI: Use the correct key when looking up OpenSSL
2 parents c1a7f79 + 62772b2 commit 9acf56c

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)