Skip to content

Commit

Permalink
Update ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 26, 2023
1 parent 7c2414b commit 53238df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Download circom (Macos)
if: ${{ matrix.os == 'macos-latest'}}
run: curl https://github.com/iden3/circom/releases/latest/download/circom-macos-amd64 -o /usr/local/bin/circom && chmod +x /usr/local/bin/circom
# - name: Install yarn
# run: npm install -g yarn
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Publish binaries
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
components: clippy
- name: Download circom (Linux)
run: wget https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 -O /usr/local/bin/circom && chmod +x /usr/local/bin/circom
# - name: Install yarn
# run: npm install -g yarn
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
# - name: Create build folder
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Yush G <[email protected]>"
],
"scripts": {
"install": "yarn workspaces -pt install",
"postinstall": "cargo install --path ./packages/compiler",
"test": "yarn workspaces -pt run test",
"upload-binary": "yarn workspaces -pt run upload-binary"
Expand Down

0 comments on commit 53238df

Please sign in to comment.