CI: Add verbose flag to debug build failue
This commit is contained in:
parent
099f182126
commit
0961baa5ac
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
|
|
||||||
# Build the engine
|
# Build the engine
|
||||||
- name: Build Nazara
|
- name: Build Nazara
|
||||||
run: xmake
|
run: xmake -v
|
||||||
|
|
||||||
# Install the result files
|
# Install the result files
|
||||||
- name: Install Nazara
|
- name: Install Nazara
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue