mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
switch github action builds to RelWithDebInfo
This commit is contained in:
parent
c7a7e0f128
commit
8ad52a9077
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue