forked from emmaguo13/zk-blind
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7665e1
commit dbf5595
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|