mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-16 15:30:25 +01:00
Fix compat with old CMake CLI
This commit is contained in:
parent
99ad4f3472
commit
af31bcef26
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
cmake -S . -B . -G Ninja
|
||||
cmake --build . -v
|
||||
cmake --build . -- VERBOSE=1
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user