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