File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
uses : Swatinem/rust-cache@v2
86
86
with :
87
87
shared-key : " debug-build"
88
- save-if : false
88
+ save-if : true
89
89
cache-directories : |
90
90
~/.cargo/bin/
91
91
~/.cargo/registry/index/
@@ -126,7 +126,7 @@ jobs:
126
126
uses : Swatinem/rust-cache@v2
127
127
with :
128
128
shared-key : " debug-build"
129
- save-if : false
129
+ save-if : true
130
130
cache-directories : |
131
131
~/.cargo/bin/
132
132
~/.cargo/registry/index/
@@ -165,7 +165,7 @@ jobs:
165
165
uses : Swatinem/rust-cache@v2
166
166
with :
167
167
shared-key : " release-build"
168
- save-if : false
168
+ save-if : true
169
169
cache-directories : |
170
170
~/.cargo/bin/
171
171
~/.cargo/registry/index/
@@ -206,7 +206,7 @@ jobs:
206
206
uses : Swatinem/rust-cache@v2
207
207
with :
208
208
shared-key : " release-build"
209
- save-if : false
209
+ save-if : true
210
210
cache-directories : |
211
211
~/.cargo/bin/
212
212
~/.cargo/registry/index/
You can’t perform that action at this time.
0 commit comments