Skip to content

Commit

Permalink
chore: updated the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-londhe committed Sep 23, 2024
1 parent e7665e1 commit dbf5595
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Enable Corepack
run: corepack enable

- name: Set Yarn Version
run: corepack prepare [email protected] --activate

- name: Install Yarn dependencies
working-directory: ./packages/circuits
run: yarn install --immutable
Expand All @@ -44,18 +47,11 @@ jobs:
with:
node-version: 18

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --yes \
build-essential \
libgmp-dev \
libsodium-dev \
nasm \
nlohmann-json3-dev
- name: Enable Corepack
run: corepack enable

- name: Set Yarn Version
run: corepack prepare [email protected] --activate

- name: Install Yarn dependencies
working-directory: ./packages/helpers
Expand Down

0 comments on commit dbf5595

Please sign in to comment.