From 08cc775d7c2742dc7b65b8b521a0593a4908ea52 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 16 Nov 2022 18:07:17 +0800 Subject: [PATCH] chore: remove clean disk job (#543) Signed-off-by: Ruihang Xia Signed-off-by: Ruihang Xia --- .github/workflows/coverage.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 951c49c40a..af5d54e1b4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -41,10 +41,6 @@ jobs: components: llvm-tools-preview - name: Rust Cache uses: Swatinem/rust-cache@v2 - - name: Cleanup disk - uses: curoky/cleanup-disk-action@v2.0 - with: - retain: 'rust' - name: Install latest nextest release uses: taiki-e/install-action@nextest - name: Install cargo-llvm-cov