We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5fb360 + b38052a commit 4f11354Copy full SHA for 4f11354
.github/workflows/ci.yml
@@ -216,7 +216,7 @@ jobs:
216
name: libressl
217
version: 4.0.0
218
name: ${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ matrix.bindgen }}
219
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
220
env:
221
OPENSSL_DIR: /opt/openssl
222
CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER: arm-linux-gnueabihf-gcc
@@ -248,7 +248,7 @@ jobs:
248
- uses: actions/cache@v4
249
with:
250
path: /opt/openssl
251
- key: openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-6
+ key: openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-7
252
if: matrix.library.version != 'vendored'
253
id: openssl-cache
254
- run: |
0 commit comments