Skip to content

Commit

Permalink
Final :D
Browse files Browse the repository at this point in the history
  • Loading branch information
joYyHack committed Mar 7, 2024
1 parent 8f96efb commit 7e5fe25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ runs:
with:
toolchain: stable
- name: Download and locate circom binary
run: |
curl --location --request GET https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 --output $HOME/.cargo/bin/circom
chmod +x $HOME/.cargo/bin/circom
run: |
curl --location --request GET https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 --output $HOME/.cargo/bin/circom
chmod +x $HOME/.cargo/bin/circom

0 comments on commit 7e5fe25

Please sign in to comment.