From b756ffb7a4a0bb4449cbce00a4468b663fb734f7 Mon Sep 17 00:00:00 2001 From: Arunanshu Biswas <48434243+arunanshub@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:24:50 +0530 Subject: [PATCH] ci(actions): disable incremental compilation to save space (#803) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13d2b2c9..d7197a11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ name: CI env: RUSTFLAGS: "-D warnings" + CARGO_INCREMENTAL: 0 defaults: run: