Skip to content

Commit e59b7b3

Browse files
committed
fix: resolve CI issues
1 parent 2a16d95 commit e59b7b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/qemu-aarch64.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ args = [
1616
"8g",
1717
]
1818
fail_regex = []
19-
success_regex = ["Hello, world!"]
19+
success_regex = [
20+
"Hello, world!",
21+
"test pass!",
22+
]
2023
to_bin = true
2124
uefi = false

0 commit comments

Comments
 (0)