Attempt to fix failing build (3)

This commit is contained in:
Dan Tehrani
2023-03-29 13:55:49 +09:00
committed by GitHub
parent 3d0f6f5a01
commit feaad7e337

View File

@@ -6,7 +6,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
@@ -20,7 +20,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-31
- run: rustup component add rust-src --toolchain nightly-2022-10-31-x86_64-unknown-linux-gnu
- run: rustup component add rust-src
- run: rustup target add x86_64-apple-darwin
# Install circom-secq
- uses: GuillaumeFalourd/clone-github-repo-action@v2
@@ -31,7 +31,7 @@ jobs:
# Install wasm-pack
- uses: jetli/wasm-pack-action@v0.4.0
with:
version: "0.10.3"
version: "v0.10.3"
- run: cargo test --release
- run: yarn
- run: yarn build