We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cc427 commit c25b484Copy full SHA for c25b484
.github/workflows/build.yml
@@ -224,7 +224,7 @@ jobs:
224
echo "LD_LIBRARY_PATH=${GITHUB_WORKSPACE}/multissl/openssl/${OPENSSL_VER}/lib" >> $GITHUB_ENV
225
- name: 'Restore OpenSSL build'
226
id: cache-openssl
227
- uses: actions/cache@v3.0.2
+ uses: actions/cache@v3
228
with:
229
path: ./multissl/openssl/${{ env.OPENSSL_VER }}
230
key: ${{ runner.os }}-multissl-openssl-${{ env.OPENSSL_VER }}
@@ -235,7 +235,7 @@ jobs:
235
run: |
236
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
237
- name: Configure ccache action
238
- uses: hendrikmuhs/ccache-action@v1
+ uses: hendrikmuhs/ccache-action@v1.2
239
- name: Configure CPython
240
run: ./configure --with-pydebug --with-openssl=$OPENSSL_DIR
241
- name: Build CPython
0 commit comments