try removing incremental build files to see if it helps ci disk usage

This commit is contained in:
jake 2023-11-11 23:28:02 -07:00 committed by andy
parent 579f10f08e
commit ff2601a824

View File

@ -6,6 +6,9 @@ name: test elseware
concurrency:
limit: 1
environment:
CARGO_INCREMENTAL: false
steps:
- name: clean cache
image: rustlang/rust:nightly