Use Ninja generator to support C++20 modules
Some checks failed
Build / Build (push) Failing after 32s

This commit is contained in:
Michael Bradley 2025-03-01 15:49:43 -05:00
parent a362874f22
commit 9d7265b362
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -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 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 ./cmake-install.sh
- name: Set up the build environment - 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 - name: Compile the code
run: cmake --build cmake-build-debug run: cmake --build cmake-build-debug
- name: Save executable - name: Save executable