mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-07 15:53:14 +00:00
fix: trying scripts
This commit is contained in:
parent
d2a8cfe450
commit
9f913d0105
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -30,16 +30,9 @@ jobs:
|
|||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
- name: install risc0
|
- name: build ubuntu test
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: ./ci_scripts/build-ubuntu.sh
|
||||||
curl -L https://risczero.com/install | bash
|
|
||||||
- name: install risc0 step 2
|
|
||||||
if: success() || failure()
|
|
||||||
run: |
|
|
||||||
source /home/runner/.bashrc && rzup install && source /home/runner/.bashrc
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
- run: cargo build
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
4
ci_scripts/build-ubuntu.sh
Normal file
4
ci_scripts/build-ubuntu.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
curl -L https://risczero.com/install | bash
|
||||||
|
source /home/runner/.bashrc
|
||||||
|
rzup install
|
||||||
|
cargo build
|
||||||
Loading…
x
Reference in New Issue
Block a user