Skip to content

Commit 1f2597a

Browse files
author
nikolai.shipilov
committed
Try debug build in CI
1 parent 4cee05d commit 1f2597a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)