mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 13:53:12 +00:00
source path
This commit is contained in:
parent
5b1cb59648
commit
ca2132326f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- name: install risc0
|
||||
if: success() || failure()
|
||||
run: |
|
||||
curl -L https://risczero.com/install | bash && rzup install
|
||||
curl -L https://risczero.com/install | bash && source ./.bashrc && rzup install
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo build
|
||||
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
- name: install risc0
|
||||
if: success() || failure()
|
||||
run: |
|
||||
curl -L https://risczero.com/install | bash && rzup install
|
||||
curl -L https://risczero.com/install | bash && source ./.bashrc && rzup install
|
||||
- name: install taplo
|
||||
if: success() || failure()
|
||||
run: |
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
- name: install risc0
|
||||
if: success() || failure()
|
||||
run: |
|
||||
curl -L https://risczero.com/install | bash && rzup install
|
||||
curl -L https://risczero.com/install | bash && source ./.bashrc && rzup install
|
||||
- name: test mempool
|
||||
if: success() || failure()
|
||||
run: cargo test -p mempool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user