build: strip before caching in .cargo/bin
This commit is contained in:
parent
53f14abe1f
commit
84da79e922
@ -14,6 +14,7 @@ cache:
|
||||
before_cache:
|
||||
- cargo install -Z install-upgrade cargo-cache --debug
|
||||
- cargo cache --autoclean
|
||||
- find $HOME/.cargo/bin/ ! -type d -exec strip {} \;
|
||||
|
||||
env:
|
||||
global:
|
||||
|
Loading…
x
Reference in New Issue
Block a user