Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
ci: new rust cacheing
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Oct 19, 2023
1 parent 95f0bd3 commit e25b17f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e25b17f

Please sign in to comment.