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 8b4842b commit 8d6477fCopy full SHA for 8d6477f
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
run: sudo ./.github/workflows/posix-deps-apt.sh
98
- name: 'Restore OpenSSL build'
99
id: cache-openssl
100
- uses: actions/cache@v1
+ uses: actions/cache@v2.1.2
101
with:
102
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
103
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
.github/workflows/coverage.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments