Attempt to fix failing build (2)

This commit is contained in:
Daniel Tehrani
2023-03-28 11:56:58 +09:00
parent 885e92019e
commit 3d0f6f5a01

View File

@@ -21,6 +21,7 @@ jobs:
with:
toolchain: nightly-2022-10-31
- run: rustup component add rust-src --toolchain nightly-2022-10-31-x86_64-unknown-linux-gnu
- run: rustup target add x86_64-apple-darwin
# Install circom-secq
- uses: GuillaumeFalourd/clone-github-repo-action@v2
with: