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 f533983 commit e0448ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:

- name: Install Yarn
run: |
corepack enable
corepack prepare [email protected] --activate
yarn install --immutable
- name: Install Yarn dependencies
working-directory: ./packages/circuits
Expand All @@ -60,7 +62,9 @@ jobs:

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

0 comments on commit e0448ea

Please sign in to comment.