From f93683ee1d05e60e9e65a48b0826c20ed674a7b6 Mon Sep 17 00:00:00 2001 From: Lucas Clemente Vella Date: Mon, 15 Apr 2024 16:32:52 +0100 Subject: [PATCH] Added zkevm-prover dependencies in CI. --- .github/workflows/pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 2821572..22eefb7 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -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