File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
# Cleanup
94
94
- name : Run cargo-cache --autoclean
95
95
run : |
96
- cargo install cargo-cache --debug
96
+ cargo +nightly install cargo-cache --debug
97
97
find ~/.cargo/bin ! -type d -exec strip {} \;
98
98
cargo cache --autoclean
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
# Cleanup
162
162
- name : Run cargo-cache --autoclean
163
163
run : |
164
- cargo install cargo-cache --debug
164
+ cargo +nightly install cargo-cache --debug
165
165
/usr/bin/find ~/.cargo/bin ! -type d -exec strip {} \;
166
166
cargo cache --autoclean
167
167
shell : bash
@@ -219,7 +219,7 @@ jobs:
219
219
# Cleanup
220
220
- name : Run cargo-cache --autoclean
221
221
run : |
222
- cargo install cargo-cache --debug
222
+ cargo +nightly install cargo-cache --debug
223
223
find ~/.cargo/bin ! -type d -exec strip {} \;
224
224
cargo cache --autoclean
225
225
integration :
@@ -297,7 +297,7 @@ jobs:
297
297
# Cleanup
298
298
- name : Run cargo-cache --autoclean
299
299
run : |
300
- cargo install cargo-cache --debug
300
+ cargo +nightly install cargo-cache --debug
301
301
find ~/.cargo/bin ! -type d -exec strip {} \;
302
302
cargo cache --autoclean
303
303
You can’t perform that action at this time.
0 commit comments