File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 95
95
# Cleanup
96
96
- name : Run cargo-cache --autoclean
97
97
run : |
98
- cargo +nightly install cargo-cache --debug
99
- find ~/.cargo/bin ! -type d -exec strip {} \;
100
- cargo cache --autoclean
98
+ cargo +nightly install cargo-cache --no-default-features --features ci-autoclean cargo-cache
99
+ cargo cache
Original file line number Diff line number Diff line change @@ -163,9 +163,8 @@ jobs:
163
163
# Cleanup
164
164
- name : Run cargo-cache --autoclean
165
165
run : |
166
- cargo +nightly install cargo-cache --debug
167
- /usr/bin/find ~/.cargo/bin ! -type d -exec strip {} \;
168
- cargo cache --autoclean
166
+ cargo +nightly install cargo-cache --no-default-features --features ci-autoclean cargo-cache
167
+ cargo cache
169
168
shell : bash
170
169
integration_build :
171
170
needs : changelog
@@ -222,9 +221,8 @@ jobs:
222
221
# Cleanup
223
222
- name : Run cargo-cache --autoclean
224
223
run : |
225
- cargo +nightly install cargo-cache --debug
226
- find ~/.cargo/bin ! -type d -exec strip {} \;
227
- cargo cache --autoclean
224
+ cargo +nightly install cargo-cache --no-default-features --features ci-autoclean cargo-cache
225
+ cargo cache
228
226
integration :
229
227
needs : integration_build
230
228
strategy :
@@ -300,9 +298,8 @@ jobs:
300
298
# Cleanup
301
299
- name : Run cargo-cache --autoclean
302
300
run : |
303
- cargo +nightly install cargo-cache --debug
304
- find ~/.cargo/bin ! -type d -exec strip {} \;
305
- cargo cache --autoclean
301
+ cargo +nightly install cargo-cache --no-default-features --features ci-autoclean cargo-cache
302
+ cargo cache
306
303
307
304
# These jobs doesn't actually test anything, but they're only used to tell
308
305
# bors the build completed, as there is no practical way to detect when a
You can’t perform that action at this time.
0 commit comments