From fc90d5a3899e01391067b6844c0c940eb8fa4a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 14 Sep 2022 08:31:01 +0200 Subject: [PATCH] ci: more cargo clean for windows Not ideal, we need runners with more disk space --- .github/workflows/nightly_build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_build.yml index 8937d964bd..087f379984 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_build.yml @@ -107,6 +107,12 @@ jobs: command: build args: --workspace --features=coconut + - name: Reclaim some disk space (because Windows is being annoying) + uses: actions-rs/cargo@v1 + if: ${{ matrix.os == 'windows-latest' }} + with: + command: clean + - name: Run all tests with coconut enabled uses: actions-rs/cargo@v1 with: