Skip to content

Commit

Permalink
Clone circom
Browse files Browse the repository at this point in the history
  • Loading branch information
joYyHack committed Mar 6, 2024
1 parent 589789b commit c62daf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ runs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
# - name: Clone circom
# uses: actions/checkout@v4
# with:
# repository: iden3/circom
# path: circom
- name: Clone circom
uses: actions/checkout@v4
with:
repository: iden3/circom
path: ./circom
# - name: Install circom
# uses: actions/checkout@v4
# with:
Expand Down

0 comments on commit c62daf0

Please sign in to comment.