From bb68a2d51476b16699ba7bd1b670b495ec9401f4 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 30 Jun 2021 15:15:00 +0900 Subject: [PATCH] infra: ++ strict build test Enable log in default. --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6b761f6e..100b275f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -20,7 +20,7 @@ jobs: - name: Build run: | - meson . build + meson . build -Dlog=true cd build sudo ninja -C . install