CI fix
This commit is contained in:
parent
814526a248
commit
eb876cb2d7
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --locked --manifest-path util/io/Cargo.toml --features "mio" --verbose
|
args: --locked --manifest-path crates/runtime/io/Cargo.toml --features "mio" --verbose
|
||||||
- name: Run cargo check evmbin
|
- name: Run cargo check evmbin
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user