try using cargo-prune instead of cargo-sweep

This commit is contained in:
jake 2023-11-12 00:08:38 -07:00 committed by andy
parent ff2601a824
commit 3934aa3d4e

View File

@ -18,7 +18,7 @@ steps:
- name: target-cache
path: /drone/src/target
commands:
- cargo sweep --maxsize 12GiB
- cargo prune
- name: build
image: rustlang/rust:nightly
volumes: