Build Windows release in, well, Release mode

This commit is contained in:
ISSOtm
2026-04-07 23:30:35 +02:00
committed by Eldred Habert
parent 57f1894fbd
commit 133eaa4e92
@@ -51,7 +51,7 @@ jobs:
shell: bash shell: bash
run: | run: |
cmake -S . -B build --preset msvc${{ matrix.bits }} -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}" cmake -S . -B build --preset msvc${{ matrix.bits }} -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
cmake --build build cmake --build build --config Release
- name: Package binaries - name: Package binaries
run: | run: |
cmake --install build --config Release --prefix install_dir --verbose cmake --install build --config Release --prefix install_dir --verbose