Fix Mingw GH CI broken by 179a056
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/249/head
Doug Freed 2022-10-12 22:03:42 -04:00 committed by Ariadne Conill
parent 1c3f246198
commit eb5c6b49d6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
# the code assumes msvc style printf atm
export CFLAGS=-D__USE_MINGW_ANSI_STDIO=0
meson -Dtests=false _build
meson -Dtests=disabled _build
meson compile -C _build
debian-meson: