We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a1a61 commit 7a3db0cCopy full SHA for 7a3db0c
.github/workflows/build.yml
@@ -201,7 +201,7 @@ jobs:
201
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
202
- name: 'Restore OpenSSL build'
203
id: cache-openssl
204
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v3
205
with:
206
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
207
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -212,7 +212,7 @@ jobs:
212
run: |
213
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
214
- name: Configure ccache action
215
- uses: hendrikmuhs/ccache-action@v1
+ uses: hendrikmuhs/ccache-action@v1.2
216
- name: Configure CPython
217
run: ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
218
- name: Build CPython
0 commit comments