Use Ninja generator to support C++20 modules
Some checks failed
Build / Build (push) Failing after 32s
Some checks failed
Build / Build (push) Failing after 32s
This commit is contained in:
parent
a362874f22
commit
9d7265b362
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ jobs:
|
|||
curl -L https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-linux-x86_64.sh -o cmake-install.sh
|
||||
./cmake-install.sh
|
||||
- name: Set up the build environment
|
||||
run: cmake -S . -B cmake-build-debug
|
||||
run: cmake -S . -B cmake-build-debug -G Ninja
|
||||
- name: Compile the code
|
||||
run: cmake --build cmake-build-debug
|
||||
- name: Save executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue