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 e648034 commit af2c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
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: ./circom-linux-amd64 --version
run: ./circom-linux-amd64
# - name: Setup
# uses: ./.github/actions/setup
# - name: Circom clean
Expand Down

0 comments on commit af2c0d2

Please sign in to comment.