Fix a path to wasmtime Cargo.toml.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -216,7 +216,7 @@ jobs:
|
|||||||
- run: $CENTOS cargo build --release --bin wasmtime --bin wasm2obj
|
- run: $CENTOS cargo build --release --bin wasmtime --bin wasm2obj
|
||||||
shell: bash
|
shell: bash
|
||||||
# Build `libwasmtime_api.so`
|
# Build `libwasmtime_api.so`
|
||||||
- run: $CENTOS cargo build --release --manifest-path wasmtime/Cargo.toml
|
- run: $CENTOS cargo build --release --manifest-path crates/api/Cargo.toml
|
||||||
shell: bash
|
shell: bash
|
||||||
# Test what we just built
|
# Test what we just built
|
||||||
- run: $CENTOS cargo test --features wasi-common/wasm_tests --release --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py --exclude wasmtime
|
- run: $CENTOS cargo test --features wasi-common/wasm_tests --release --all --exclude lightbeam --exclude wasmtime-wasi-c --exclude wasmtime-py --exclude wasmtime
|
||||||
|
|||||||
Reference in New Issue
Block a user