From 686a54d40f6b91dd7f80099889213bc2bd2c5b24 Mon Sep 17 00:00:00 2001 From: Marek Kaput Date: Wed, 4 Dec 2024 14:50:28 +0100 Subject: [PATCH] Disable cache for setup-scarb action in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a00799..a5468b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,8 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - uses: software-mansion/setup-scarb@v1 + with: + cache: false - uses: taiki-e/install-action@nextest - uses: actions/download-artifact@v4 with: