mirror of
https://github.com/minetest/irrlicht.git
synced 2025-03-06 20:49:24 +01:00
CI: Add verbose flag to build (#35)
This commit is contained in:
parent
04bc02fc22
commit
08057945f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
cmake .
|
||||
make -j2
|
||||
make VERBOSE=1 -j2
|
||||
|
||||
- name: Package
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue