diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 764481de..28c87b19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,16 +106,13 @@ jobs: cache: yarn - name: Install rust - uses: actions-rust-lang/setup-rust-toolchain@v1 - with: - toolchain: nightly-2023-04-17 + uses: rustup toolchain install nightly-2023-04-17 --profile minimal - - name: Use era-test-node for testing - uses: baptiste0928/cargo-install@v2 - with: - crate: era_test_node - git: https://github.com/matter-labs/era-test-node.git - branch: boojum-integration + - name: Rust cacheing + uses: Swatinem/rust-cache@v2 + + - name: Install era-test-node + run: cargo nightly+ install --git https://github.com/matter-labs/era-test-node.git --locked --branch boojum-integration - name: Install dependencies run: yarn