mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
add another step
This commit is contained in:
parent
3389c6162c
commit
27d8fb1b28
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -33,7 +33,11 @@ jobs:
|
||||
- name: install risc0
|
||||
if: success() || failure()
|
||||
run: |
|
||||
curl -L https://risczero.com/install | bash && source /home/runner/.bashrc && rzup install && source /home/runner/.bashrc
|
||||
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
|
||||
|
||||
@ -66,7 +70,11 @@ jobs:
|
||||
- name: install risc0
|
||||
if: success() || failure()
|
||||
run: |
|
||||
curl -L https://risczero.com/install | bash && source /home/runner/.bashrc && rzup install && source /home/runner/.bashrc
|
||||
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
|
||||
- name: install taplo
|
||||
if: success() || failure()
|
||||
run: |
|
||||
@ -96,7 +104,11 @@ jobs:
|
||||
- name: install risc0
|
||||
if: success() || failure()
|
||||
run: |
|
||||
curl -L https://risczero.com/install | bash && source /home/runner/.bashrc && rzup install && source /home/runner/.bashrc
|
||||
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
|
||||
- name: test mempool
|
||||
if: success() || failure()
|
||||
run: cargo test -p mempool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user