File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Rust
1
+ name : CI
2
2
3
3
on :
4
4
push :
11
11
12
12
jobs :
13
13
build-test :
14
-
14
+ name : Build & Test
15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
@@ -32,10 +32,10 @@ jobs:
32
32
- async-https-rustls
33
33
- async-https-rustls-manual-roots
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Generate cache key
37
37
run : echo "${{ matrix.rust.version }} ${{ matrix.features }}" | tee .cache_key
38
- - name : cache
38
+ - name : Rust Cache
39
39
uses : actions/cache@v3
40
40
with :
41
41
path : |
52
52
run : rustup component add clippy
53
53
- name : Update toolchain
54
54
run : rustup update
55
- - name : pin dependencies
55
+ - name : Pin dependencies for MSRV
56
56
if : matrix.rust.version == '1.63.0'
57
57
run : |
58
58
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
You can’t perform that action at this time.
0 commit comments