From 8ad52a9077e8e2b425da65110265f5624a5da59c Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Tue, 11 Oct 2022 19:36:15 -0300 Subject: [PATCH] switch github action builds to RelWithDebInfo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ddb26f1..0381100a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: - name: Build run: | cd build - cmake --build . --config Release + cmake --build . --config RelWithDebInfo - name: Move to output folder shell: bash