Skip to content

Commit 53a9e04

Browse files
author
nikolai.shipilov
committed
Fix build type
1 parent fdf69ca commit 53a9e04

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
@@ -82,13 +82,13 @@ jobs:
8282
working-directory: opendaq
8383
if: matrix.os == 'ubuntu-latest'
8484
run: |
85-
sudo cmake --build build/output --target install
85+
sudo cmake --build build/output --target install --config Release
8686
8787
- name: Install opendaq
8888
working-directory: opendaq
8989
if: matrix.os == 'windows-latest'
9090
run: |
91-
cmake --build build/output --target install
91+
cmake --build build/output --target install --config Release
9292
9393
- name: Checkout project repo
9494
uses: actions/checkout@v4

0 commit comments

Comments
 (0)