Skip to content

Commit

Permalink
chore: updated gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-londhe committed Sep 11, 2024
1 parent 26a0e65 commit f533983
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Print Circom version
run: circom --version

- name: Install Yarn
run: |
corepack prepare [email protected] --activate
- name: Install Yarn dependencies
working-directory: ./packages/circuits
run: yarn install --immutable
Expand All @@ -54,6 +58,10 @@ jobs:
with:
node-version: 18

- name: Install Yarn
run: |
corepack prepare [email protected] --activate
- name: Install Yarn dependencies
working-directory: ./packages/helpers
run: yarn install --immutable
Expand Down

0 comments on commit f533983

Please sign in to comment.