From 6f30893aa6cb197a1b35d884a17c096dc5c76c6c Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 7 Oct 2024 21:50:59 +0200 Subject: [PATCH] Build RelWithDebInfo --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 63678e8..3d105fb 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -199,7 +199,7 @@ jobs: runs-on: windows-latest strategy: matrix: - type: [ Debug, Release ] + type: [ Debug, RelWithDebInfo ] name: windows (${{ matrix.type }}) steps: - name: Checkout