From 0790374aa335975badfbe2621424cd2b748ccebf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 12:56:44 +0100 Subject: [PATCH] :art: Fix tuple printfxxx --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 759e3873..0dfd2b51 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,4 +28,4 @@ jobs: run: | mkdir ${{ runner.temp }}/tmp/test set GWION_TEST_DIR ${{ runner.temp }}/tmp/test - test make test + make test -- 2.43.0