File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 18
18
- name : Checkout sources
19
19
20
20
21
+ - name : Cache
22
+ uses : Swatinem/rust-cache@v2
23
+
21
24
- name : Install toolchain
22
25
uses : dtolnay/rust-toolchain@master
23
26
with :
47
50
- name : Checkout sources
48
51
49
52
53
+ - name : Cache
54
+ uses : Swatinem/rust-cache@v2
55
+
50
56
- name : Install toolchain
51
57
uses : dtolnay/rust-toolchain@master
52
58
with :
@@ -101,6 +107,9 @@ jobs:
101
107
- name : Checkout sources
102
108
103
109
110
+ - name : Cache
111
+ uses : Swatinem/rust-cache@v2
112
+
104
113
- name : Install toolchain
105
114
uses : dtolnay/rust-toolchain@master
106
115
with :
@@ -124,6 +133,9 @@ jobs:
124
133
- name : Checkout sources
125
134
126
135
136
+ - name : Cache
137
+ uses : Swatinem/rust-cache@v2
138
+
127
139
- name : Install toolchain
128
140
uses : dtolnay/rust-toolchain@master
129
141
with :
You can’t perform that action at this time.
0 commit comments