Skip to content

Commit 7a3db0c

Browse files
authored
[3.8] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI i… (#102095)
[3.8] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (gh-102079)
1 parent 32a1a61 commit 7a3db0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
202202
- name: 'Restore OpenSSL build'
203203
id: cache-openssl
204-
uses: actions/cache@v2.1.4
204+
uses: actions/cache@v3
205205
with:
206206
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
207207
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -212,7 +212,7 @@ jobs:
212212
run: |
213213
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
214214
- name: Configure ccache action
215-
uses: hendrikmuhs/ccache-action@v1
215+
uses: hendrikmuhs/ccache-action@v1.2
216216
- name: Configure CPython
217217
run: ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
218218
- name: Build CPython

0 commit comments

Comments
 (0)