mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-24 03:03:09 +00:00
4 lines
126 B
Bash
4 lines
126 B
Bash
set -e
|
|
curl -L https://risczero.com/install | bash
|
|
/home/runner/.risc0/bin/rzup install
|
|
RUSTFLAGS="-D warnings" cargo build |