File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216
216
name : libressl
217
217
version : 4.0.0
218
218
name : ${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-${{ matrix.bindgen }}
219
- runs-on : ubuntu-latest
219
+ runs-on : ubuntu-22.04
220
220
env :
221
221
OPENSSL_DIR : /opt/openssl
222
222
CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER : arm-linux-gnueabihf-gcc
@@ -248,7 +248,7 @@ jobs:
248
248
- uses : actions/cache@v4
249
249
with :
250
250
path : /opt/openssl
251
- key : openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-6
251
+ key : openssl-${{ matrix.target }}-${{ matrix.library.name }}-${{ matrix.library.version }}-7
252
252
if : matrix.library.version != 'vendored'
253
253
id : openssl-cache
254
254
- run : |
You can’t perform that action at this time.
0 commit comments