mirror of
https://github.com/AtHeartEngineer/spartan-ecdsa.git
synced 2026-01-09 21:38:02 -05:00
Attempt to fix failing build (3)
This commit is contained in:
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user