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 e4a648b commit e648034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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: Verify downloaded binary
- name: Install downloaded binary
run: ./circom-linux-amd64 --version
# - name: Setup
# uses: ./.github/actions/setup
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"dotenv": "^16.4.5",
"hardhat": "2.20.1",
"ethers": "^6.11.1",
"hardhat": "2.20.1",
"husky": "^9.0.11",
"logplease": "^1.2.15",
"mocha": "^10.3.0",
Expand Down

0 comments on commit e648034

Please sign in to comment.