We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b80a3 commit 76bfe6aCopy full SHA for 76bfe6a
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
cargo hyperlight build --manifest-path demo/guest/Cargo.toml
32
- name: Run demo
33
shell: bash
34
- run: cargo run --manifest-path demo/host/Cargo.toml -- src/guest/target/x86_64-hyperlight-none/debug/guest
+ run: cargo run --manifest-path demo/host/Cargo.toml -- demo/guest/target/x86_64-hyperlight-none/debug/guest
35
36
spelling:
37
name: Spell check with typos
0 commit comments