Skip to content

Commit

Permalink
Added zkevm-prover dependencies in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvella committed Apr 15, 2024
1 parent eedffd6 commit f93683e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Rust toolchain 1.74 (with clippy and rustfmt)
run: rustup toolchain install 1.74-x86_64-unknown-linux-gnu && rustup component add clippy --toolchain 1.74-x86_64-unknown-linux-gnu && rustup component add rustfmt --toolchain 1.74-x86_64-unknown-linux-gnu
- name: Install pil-stark dependency
run: sudo apt-get install -y nlohmann-json3-dev
run: sudo apt-get install -y nlohmann-json3-dev libpqxx-dev nasm
- name: Format
run: cargo fmt --all --check --verbose
- name: Lint
Expand Down

0 comments on commit f93683e

Please sign in to comment.