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
22
33on :
44 push :
1111
1212jobs :
1313 build-test :
14-
14+ name : Build & Test
1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
@@ -32,10 +32,10 @@ jobs:
3232 - async-https-rustls
3333 - async-https-rustls-manual-roots
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 - name : Generate cache key
3737 run : echo "${{ matrix.rust.version }} ${{ matrix.features }}" | tee .cache_key
38- - name : cache
38+ - name : Rust Cache
3939 uses : actions/cache@v3
4040 with :
4141 path : |
5252 run : rustup component add clippy
5353 - name : Update toolchain
5454 run : rustup update
55- - name : pin dependencies
55+ - name : Pin dependencies for MSRV
5656 if : matrix.rust.version == '1.63.0'
5757 run : |
5858 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