We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf69ca commit 53a9e04Copy full SHA for 53a9e04
.github/workflows/ci.yml
@@ -82,13 +82,13 @@ jobs:
82
working-directory: opendaq
83
if: matrix.os == 'ubuntu-latest'
84
run: |
85
- sudo cmake --build build/output --target install
+ sudo cmake --build build/output --target install --config Release
86
87
- name: Install opendaq
88
89
if: matrix.os == 'windows-latest'
90
91
- cmake --build build/output --target install
+ cmake --build build/output --target install --config Release
92
93
- name: Checkout project repo
94
uses: actions/checkout@v4
0 commit comments