Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
joYyHack committed Mar 7, 2024
1 parent af2c0d2 commit f58cfbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
curl --location --request GET https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 --output circom-linux-amd64
chmod +x circom-linux-amd64
- name: Install downloaded binary
run: ls -1
- name: Install downloaded binary
run: ./circom-linux-amd64
# - name: Setup
Expand Down

0 comments on commit f58cfbc

Please sign in to comment.