Skip to content

Commit f616f21

Browse files
committed
[ci] fix actions job
disable default printf
1 parent 7806f96 commit f616f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vunit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
make -C neorv32/sw/example/processor_check
2828
clean_all
2929
USER_FLAGS+=-DUART0_SIM_MODE
30+
USER_FLAGS+=-DSUPPRESS_OPTIONAL_UART_PRINT
3031
USER_FLAGS+=-flto
3132
MARCH=rv32imac_zicsr_zifencei
3233
RISCV_PREFIX=riscv32-unknown-elf-

0 commit comments

Comments
 (0)