From b20ee98d7844b522cf33392ebce9f2e822e128b8 Mon Sep 17 00:00:00 2001 From: Alberto Gualis Date: Tue, 1 Oct 2024 11:29:57 +0200 Subject: [PATCH] chore: temporarily disable 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