Browse Source

try using cargo-prune instead of cargo-sweep

pull/141/head
jake 6 months ago
parent
commit
2cede0077a
  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