File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 run : |
2626 apt-get install -y --no-install-recommends mono-runtime libmono-system-json-microsoft4.0-cil libmono-system-data4.0-cil
2727
28- - name : Checkout simple device module repo
28+ - name : Checkout project repo
2929 uses : actions/checkout@v4
3030 with :
3131 ref : ${{ github.event.inputs.branch || github.event.client_payload.branch || github.ref }}
3232
3333 - name : Configure project with CMake
34- run : cmake -B build/output -S . -G "${{ matrix.generator }}" -DLT_STREAMING_MODULES_ENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Release
34+ run : cmake -B build/output -S . -G "${{ matrix.generator }}" -DLT_STREAMING_MODULES_ENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Debug
3535
3636 - name : Build project with CMake
3737 run : cmake --build build/output --config Release
You can’t perform that action at this time.
0 commit comments