From a9f14cfe3209862e43145d3caddba01caced3a9f Mon Sep 17 00:00:00 2001 From: Guilherme Dantas Date: Tue, 18 Feb 2025 15:21:41 -0300 Subject: [PATCH] ci: remove cache --- .github/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e757e3f..fe290a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,14 +9,6 @@ jobs: with: submodules: recursive - - name: Set up cache for Foundry - uses: actions/cache@v3 - with: - path: ~/.foundry - key: ${{ runner.os }}-foundry-${{ hashFiles('**/foundry.toml') }} - restore-keys: | - ${{ runner.os }}-foundry- - - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 @@ -30,16 +22,6 @@ jobs: just build-smart-contracts just test - - name: Set up cache for Cargo - uses: actions/cache@v3 - with: - path: | - ~/.cargo/registry - ~/.cargo/git - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - restore-keys: | - ${{ runner.os }}-cargo- - - name: Deps run: | export CARTESI_MACHINE_VERSION=0.18.1