Skip to content

Commit

Permalink
update zkeys download script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Nov 17, 2023
1 parent 0935f78 commit a36f597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
NODE_VERSION: 16.x
CIRCUIT_TYPE: micro
ZKEYS_DOWNLOAD_SCRIPT: "download-6-8-2-3.sh"

jobs:
e2e-test:
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
path: monorepo
- name: Download micro zk circuit params
run: |
$GITHUB_WORKSPACE/monorepo/.github/scripts/download-zkeys-${CIRCUIT_TYPE}.sh
$GITHUB_WORKSPACE/monorepo/.github/scripts/${ZKEYS_DOWNLOAD_SCRIPT}
- name: Build Clrfund
run: |
# use https to avoid error: unable to connect to github.com
Expand Down

0 comments on commit a36f597

Please sign in to comment.