Skip to content

Commit

Permalink
fix: workflow build target
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal committed Nov 8, 2023
1 parent 0df43b0 commit 2699d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/halo2-wasm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ defaults:

jobs:
halo2-wasm-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-64core-256ram
steps:
- uses: actions/checkout@v3
- name: Build
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 --verbose
cargo build --target=x86_64-unknown-linux-gnu --verbose
- name: Test
run: cargo test

0 comments on commit 2699d6e

Please sign in to comment.