We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697109b commit cd0edbcCopy full SHA for cd0edbc
.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
106
run: sudo ./.github/workflows/posix-deps-apt.sh
107
- name: 'Restore OpenSSL build'
108
id: cache-openssl
109
- uses: actions/cache@v1
+ uses: actions/cache@v2.1.2
110
with:
111
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
112
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
.github/workflows/coverage.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments