Merge pull request #31 from BreizhHardware/fix-ci

release mode
This commit is contained in:
Félix MARQUET
2024-12-12 17:17:57 +01:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ jobs:
run: mkdir build
- name: Configure CMake
run: cmake -S . -B build
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: Build project
run: cmake --build build -- -j $(nproc)