Skip to content

Commit de0b8f6

Browse files
committed
Don't fail fast when running test kernel in QEMU
We expect a non-zero exit code.
1 parent f26d443 commit de0b8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: |
8888
qemu-system-x86_64 -drive format=raw,file=target/x86_64-bootloader/release/bootloader.bin -device isa-debug-exit,iobase=0xf4,iosize=0x04 -display none
8989
if [ $? -eq 123 ]; then (exit 0); else (exit 1); fi
90-
shell: bash
90+
shell: 'bash {0}'
9191

9292

9393
build_example_kernel:

0 commit comments

Comments
 (0)