Skip to content

Commit c218132

Browse files
authored
[3.10] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (gh-102079)
1 parent 63877f6 commit c218132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
267267
- name: 'Restore OpenSSL build'
268268
id: cache-openssl
269-
uses: actions/cache@v3.0.2
269+
uses: actions/cache@v3
270270
with:
271271
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
272272
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -277,7 +277,7 @@ jobs:
277277
run: |
278278
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
279279
- name: Configure ccache action
280-
uses: hendrikmuhs/ccache-action@v1
280+
uses: hendrikmuhs/ccache-action@v1.2
281281
- name: Configure CPython
282282
run: ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
283283
- name: Build CPython

0 commit comments

Comments
 (0)