From 6a59a52c0b365d3dcedbbf6649e387c9925583f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Fri, 30 Jul 2021 15:25:05 +0200 Subject: [PATCH] CI: Enable verbose when building --- .github/workflows/linux-build.yml | 2 +- .github/workflows/windows-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 3d56be256..c924d751f 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -67,7 +67,7 @@ jobs: # Build the engine - name: Build Nazara - run: xmake + run: xmake -v # Install the result files - name: Install Nazara diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index fb7bd6fbd..86ccbdaf4 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -59,7 +59,7 @@ jobs: # Build the engine - name: Build Nazara - run: xmake.exe + run: xmake.exe -v # Install the result files - name: Install Nazara