From a1fa08dff5a42bd864a3fb6fa85c575a700aeddc Mon Sep 17 00:00:00 2001 From: Jim Zhang Date: Tue, 6 Aug 2024 11:02:43 -0400 Subject: [PATCH] Add missing env vars Signed-off-by: Jim Zhang --- .github/workflows/e2e.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 35c4835..89eb3a3 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -42,7 +42,16 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + + - name: Setup temp dir for the artifacts + run: | + mkdir -p ${{ runner.temp }}/zeto-artifacts + - name: Build circuits + env: + PROVING_KEYS_ROOT: ${{ runner.temp }}/zeto-artifacts + PTAU_DOWNLOAD_PATH: ${{ runner.temp }}/zeto-artifacts + CIRCUITS_ROOT: ${{ runner.temp }}/zeto-artifacts run: | cd zkp/circuits npm install