From ca06eb0069d37eda1f740b8064eb937fcaebceba Mon Sep 17 00:00:00 2001 From: Alberto Gualis Date: Tue, 1 Oct 2024 11:21:42 +0200 Subject: [PATCH] chore: avoid foundry cache --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 163aaaac3..4717f4114 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -53,5 +53,7 @@ jobs: uses: ./.github/actions/setup - name: Set up foundry (includes anvil) uses: foundry-rs/foundry-toolchain@v1 + with: + cache: false - name: Run integration tests run: pnpm test:integration