Skip to content

Commit

Permalink
Reorder checkout 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 c874c3e commit 6644ceb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
circuit-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down Expand Up @@ -43,6 +39,9 @@ jobs:
npm install -g snarkjs
- name: Build circuits
uses: actions/checkout@v4
with:
fetch-depth: 0
run: |
cd zkp/circuits
npm run gen

0 comments on commit 6644ceb

Please sign in to comment.