Skip to content

Commit

Permalink
Fix circom test in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 14, 2024
1 parent 4acb91e commit 8e9fc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
override: true
components: rustfmt, clippy

- name: Download circom (Linux)
run: git clone https://github.com/iden3/circom.git && cd circom && cargo build --release && cargo install --path circom
- name: Download circom v2.1.8 (Linux)
run: wget https://github.com/iden3/circom/releases/download/v2.1.8/circom-linux-amd64 -O /usr/local/bin/circom && chmod +x /usr/local/bin/circom

- name: Print circom version
run: circom --version
Expand Down

0 comments on commit 8e9fc0c

Please sign in to comment.