Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal committed Jan 18, 2024
1 parent cd39f47 commit 13a678b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/halo2-browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Set all packages to local and build
working-directory: ./
run: ./scripts/toggleLocal.sh ci
- name: Build halo2-wasm
working-directory: halo2-wasm
run: |
rustup toolchain install nightly-2023-08-12-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain nightly-2023-08-12-x86_64-unknown-linux-gnu
cargo build --target=x86_64-unknown-linux-gnu --verbose
- name: Build halo2-lib-js
working-directory: halo2-lib-js
run: |
Expand All @@ -40,5 +43,4 @@ jobs:
run: npm run test:vk
- name: Test halo2-lib-js constant equivalence
working-directory: halo2-lib-js
run: npm run test:constant

run: npm run test:constant

0 comments on commit 13a678b

Please sign in to comment.