Skip to content

Commit

Permalink
chore: download circom in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng authored and oskarth committed Feb 23, 2024
1 parent 7a7c467 commit 48d7672
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
# TODO: We should be able to cache this
- name: Install circom
run: |
git clone https://github.com/iden3/circom.git
cd circom
cargo build --release
cargo install --path circom
sudo wget -O /Users/runner/.cargo/bin/circom https://github.com/iden3/circom/releases/download/v2.1.8/circom-macos-amd64
sudo chmod +x /Users/runner/.cargo/bin/circom
- uses: actions/checkout@v3
- name: Prepare CI for iOS
run: ./scripts/prepare_ci.sh
Expand All @@ -43,10 +41,8 @@ jobs:
steps:
- name: Install circom
run: |
git clone https://github.com/iden3/circom.git
cd circom
cargo build --release
cargo install --path circom
sudo wget -O /usr/bin/circom https://github.com/iden3/circom/releases/download/v2.1.8/circom-linux-amd64
sudo chmod +x /usr/bin/circom
- uses: actions/checkout@v3
- name: Prepare CI for Core and FFI
run: ./scripts/prepare_ci.sh
Expand Down

0 comments on commit 48d7672

Please sign in to comment.