Skip to content

Commit

Permalink
Fix circom version
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 11, 2024
1 parent d518bab commit 55455f8
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 55455f8

Please sign in to comment.