From b8593a3af58d5bbed0e67793e40d31e91735866e Mon Sep 17 00:00:00 2001 From: pal1000 Date: Sat, 27 Aug 2022 11:26:26 +0300 Subject: [PATCH] tests/ci/Windows: Switch feature to auto now that's seamlessly disabled when it's unusable --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d455a7c..c848e42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: # the code assumes msvc style printf atm export CFLAGS=-D__USE_MINGW_ANSI_STDIO=0 - meson -Dtests=disabled _build + meson _build meson compile -C _build debian-meson: