File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -66,20 +66,12 @@ jobs:
66
66
- name : Fetch head
67
67
uses : actions/checkout@v4
68
68
69
- - name : Install rust stable
69
+ - name : Install rust stable (includes cache)
70
70
uses : actions-rust-lang/setup-rust-toolchain@v1
71
71
with :
72
72
toolchain : stable
73
73
components : rustfmt, clippy
74
-
75
- - name : Cache dependencies
76
- uses : actions/cache@v4
77
- with :
78
- path : |
79
- ~/.cargo/registry
80
- ~/.cargo/git
81
- target
82
- key : $test-cache-${{ steps.toolchain.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}
74
+ cache : true
83
75
84
76
- name : Format check
85
77
if : matrix.features != 'vendored'
@@ -123,7 +115,7 @@ jobs:
123
115
- name : Build iOS library
124
116
run : cargo build --target aarch64-apple-ios --features=apple-native --example=iostest
125
117
126
- msrv_native :
118
+ msrv :
127
119
runs-on : ubuntu-latest
128
120
129
121
steps :
You can’t perform that action at this time.
0 commit comments