Build RelWithDebInfo

This commit is contained in:
dcvz 2024-10-07 21:50:59 +02:00
parent 4dc173aa2d
commit 6f30893aa6

View File

@ -199,7 +199,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
matrix: matrix:
type: [ Debug, Release ] type: [ Debug, RelWithDebInfo ]
name: windows (${{ matrix.type }}) name: windows (${{ matrix.type }})
steps: steps:
- name: Checkout - name: Checkout