mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +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
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- name: install risc0
|
||||
- name: build ubuntu test
|
||||
if: success() || failure()
|
||||
run: |
|
||||
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
|
||||
run: ./ci_scripts/build-ubuntu.sh
|
||||
|
||||
lint:
|
||||
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