mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-11 09:00:24 +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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B . -G Ninja
|
cmake -S . -B . -G Ninja
|
||||||
cmake --build . -v
|
cmake --build . -- VERBOSE=1
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user