Skip to content

Commit

Permalink
ci: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Feb 18, 2025
1 parent 886f518 commit a9f14cf
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit a9f14cf

Please sign in to comment.