Skip to content

Commit

Permalink
Fix release install action syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Aug 6, 2024
1 parent 71f294a commit a988275
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/circuit-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
node-version: 20

- name: Install circom
uses: jaxxstorm/[email protected]
with: # Grab a specific platform and architecture
repo: iden3/circom
tag: v2.1.9
platform: linux
arch: amd64
uses: supplypike/setup-bin@v4
with:
uri: https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64
name: circom

- name: Checkout circuits
uses: actions/checkout@v4
Expand Down

0 comments on commit a988275

Please sign in to comment.