Skip to content

Commit

Permalink
fix: remove redundent ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FoodChain1028 committed Jul 3, 2024
1 parent 8bb70fc commit 834610a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ jobs:
override: true
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Install circom
run: |
sudo wget -O ~/.cargo/bin/circom https://github.com/iden3/circom/releases/download/v2.1.9/circom-${{runner.os}}-amd64
sudo chmod +x ~/.cargo/bin/circom
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install snarkjs
run: npm install -g snarkjs
- name: Prepare CI for Core and FFI
run: ./scripts/prepare_ci.sh
- name: Run GPU Benchmarks tests
run: |
cd mopro-msm
Expand Down

0 comments on commit 834610a

Please sign in to comment.