Skip to content

Commit

Permalink
fix: fix failing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Sep 30, 2023
1 parent ebdb908 commit 2eaeb9a
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 481 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ jobs:
circuits:
name: circuits
runs-on: ubuntu-latest
container:
image: saleel/circom:2.1.6
steps:
- uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 18
cache: 'yarn'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
1 change: 0 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"test": "cargo test"
},
"author": "Sora Suegami",
Expand Down
Loading

0 comments on commit 2eaeb9a

Please sign in to comment.