try removing incremental build files to see if it helps ci disk usage
This commit is contained in:
parent
ab0a844c8c
commit
8360e0343e
@ -6,6 +6,9 @@ name: test elseware
|
|||||||
concurrency:
|
concurrency:
|
||||||
limit: 1
|
limit: 1
|
||||||
|
|
||||||
|
environment:
|
||||||
|
CARGO_INCREMENTAL: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clean cache
|
- name: clean cache
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user