File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
sudo apt-get update && sudo apt-get install -y wget nlohmann-json3-dev libgmp-dev nasm g++ build-essential
84
84
85
85
- name : Setup Circom
86
- run : wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/bin/circom && sudo chmod +x /usr/bin/circom
86
+ run : sudo wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/bin/circom && sudo chmod +x /usr/bin/circom
87
87
88
88
- name : Install dependencies
89
89
run : yarn
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
run : |
112
112
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
113
113
sudo apt-get update && sudo apt-get install -y wget nlohmann-json3-dev libgmp-dev nasm g++ build-essential
114
- wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 /usr/bin/circom && sudo chmod +x /usr/bin/circom
114
+ sudo wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/bin/circom && sudo chmod +x /usr/bin/circom
115
115
yarn workspace @semaphore-protocol/group build
116
116
yarn workspace @semaphore-protocol/identity build
117
117
yarn workspace @semaphore-protocol/proof build
You can’t perform that action at this time.
0 commit comments