CI: Enable verbose when building

This commit is contained in:
Jérôme Leclercq 2021-07-30 15:25:05 +02:00
parent 101c3f61c5
commit 6a59a52c0b
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ jobs:
# Build the engine
- name: Build Nazara
run: xmake
run: xmake -v
# Install the result files
- name: Install Nazara

View File

@ -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