diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 06d660c1e..7c9b9c6e0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,12 +30,12 @@ jobs: uses: actions-rs/cargo@v1 with: command: check - args: --locked --manifest-path util/io/Cargo.toml --no-default-features --verbose + args: --locked --manifest-path crates/runtime/io/Cargo.toml --no-default-features --verbose - name: Run cargo check 3/3 uses: actions-rs/cargo@v1 with: 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 uses: actions-rs/cargo@v1 with: