mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Chore] (workflow): Does debug build spit errors?
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- name: Configure CMake
|
||||
working-directory: ${{env.TEST_ROOT}}
|
||||
run: cmake -S . -B build-test
|
||||
run: cmake -S . -B build-test -DCMAKE_BUILD_TYPE=Debug
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{env.TEST_ROOT}}/build-test
|
||||
|
||||
Reference in New Issue
Block a user