From 0e8f966b42f9aacd69b8f5fa2c850c107e900e4d Mon Sep 17 00:00:00 2001 From: Fabricio Robles Date: Mon, 10 Jun 2024 22:14:33 -0600 Subject: [PATCH] Update CI to use Foundry in order to make Anvil available in the runner --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85f421dbfa..37648f2de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 + - uses: foundry-rs/foundry-toolchain@v1 - run: | cargo build -r --bin katana KATANA_RUNNER_BIN=$(pwd)/target/release/katana cargo llvm-cov nextest --no-report --all-features --workspace --exclude katana --build-jobs 20