Browse Source

try using cargo-prune instead of cargo-sweep

pull/135/head
jake 12 months ago
committed by andy
parent
commit
3934aa3d4e
  1. 2
      .drone.yml

2
.drone.yml

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

Loading…
Cancel
Save