mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-08 00:13:10 +00:00
ci: install custom rust version
This commit is contained in:
parent
008d645e96
commit
500b3ae470
6
.github/workflows/generate.yml
vendored
6
.github/workflows/generate.yml
vendored
@ -44,6 +44,7 @@ on:
|
||||
|
||||
env:
|
||||
nim_version: 1.6.14
|
||||
rust_version: 1.87.0
|
||||
nodejs_version: 18.15
|
||||
ceremony_source: https://storage.googleapis.com/zkevm/ptau/powersOfTau28_hez_final_21.ptau
|
||||
s3_bucket_path: proving-key
|
||||
@ -68,6 +69,11 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: ${{ env.rust_version }}
|
||||
|
||||
- name: Setup Circom
|
||||
uses: baptiste0928/cargo-install@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user