Skip to content

Commit 76bfe6a

Browse files
committed
fix CI
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 66b80a3 commit 76bfe6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cargo hyperlight build --manifest-path demo/guest/Cargo.toml
3232
- name: Run demo
3333
shell: bash
34-
run: cargo run --manifest-path demo/host/Cargo.toml -- src/guest/target/x86_64-hyperlight-none/debug/guest
34+
run: cargo run --manifest-path demo/host/Cargo.toml -- demo/guest/target/x86_64-hyperlight-none/debug/guest
3535

3636
spelling:
3737
name: Spell check with typos

0 commit comments

Comments
 (0)