mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
remove outdated env.sh file
This commit is contained in:
parent
9e03507dd4
commit
217551f960
@ -1,5 +1,4 @@
|
||||
set -e
|
||||
curl -L https://risczero.com/install | bash
|
||||
/Users/runner/.risc0/bin/rzup install
|
||||
source env.sh
|
||||
RUSTFLAGS="-D warnings" cargo build
|
||||
RUSTFLAGS="-D warnings" cargo build
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
set -e
|
||||
curl -L https://risczero.com/install | bash
|
||||
/home/runner/.risc0/bin/rzup install
|
||||
source env.sh
|
||||
RUSTFLAGS="-D warnings" cargo build
|
||||
RUSTFLAGS="-D warnings" cargo build
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
set -e
|
||||
|
||||
source env.sh
|
||||
cargo install taplo-cli --locked
|
||||
|
||||
cargo fmt -- --check
|
||||
|
||||
@ -2,7 +2,6 @@ set -e
|
||||
|
||||
curl -L https://risczero.com/install | bash
|
||||
/home/runner/.risc0/bin/rzup install
|
||||
source env.sh
|
||||
|
||||
RISC0_DEV_MODE=1 cargo test --release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user