CI: Enable verbose when building
This commit is contained in:
parent
101c3f61c5
commit
6a59a52c0b
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
|
||||
# Build the engine
|
||||
- name: Build Nazara
|
||||
run: xmake
|
||||
run: xmake -v
|
||||
|
||||
# Install the result files
|
||||
- name: Install Nazara
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue