Skip to content

Commit

Permalink
Install circom in e2e with the release binary
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Aug 6, 2024
1 parent 8061b4f commit 5c98ee1
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,12 @@ jobs:
circuit-build-test:
runs-on: ubuntu-latest
steps:
- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install circom
uses: supplypike/setup-bin@v4
with:
profile: minimal
toolchain: stable

- name: Checkout circom repo
uses: actions/checkout@v4
with:
repository: 'iden3/circom'
ref: 'v2.1.9'

- name: Build circom
run: |
cd circom
RUSTFLAGS="$RUSTFLAGS -A dead_code" cargo build --release
RUSTFLAGS="$RUSTFLAGS -A dead_code" cargo install --path .
uri: https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64
name: circom
version: 2.1.9

- name: Setup node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 5c98ee1

Please sign in to comment.