From 12d268086258cbd6baaebb4b9b0525dcf583857f Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 25 Feb 2024 21:48:05 -0500 Subject: [PATCH] disable incremental builds in CI (just to be safe) Signed-off-by: strawberry --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adee958e..cf859f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ env: # Required to make some things output color TERM: ansi ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }} + CARGO_INCREMENTAL: 0 jobs: ci: