Skip to content

Commit

Permalink
Separate checkout and build circuits steps
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 6644ceb commit 109591c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
run: |
npm install -g snarkjs
- name: Build circuits
- name: Checkout circuits
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build circuits
run: |
cd zkp/circuits
npm run gen

0 comments on commit 109591c

Please sign in to comment.