switch github action builds to RelWithDebInfo

This commit is contained in:
mat 2022-10-11 19:36:15 -03:00 committed by GitHub
parent c7a7e0f128
commit 8ad52a9077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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