Skip to content

Commit 102413c

Browse files
Update .github/workflows/ci.yml
Co-authored-by: NikolaiShipilov <127689162+NikolaiShipilov@users.noreply.github.com>
1 parent 5efcb2e commit 102413c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Configure project with CMake
9898
working-directory: module
99-
run: cmake -B build/output -S . -G "${{ matrix.generator }}" -DDAQMODULES_OPCUA_ENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Release -DopenDAQ_DIR="${{ env.INSTALL_PREFIX }}/lib/cmake/opendaq/"
99+
run: cmake -B build/output -S . -G "${{ matrix.generator }}" -DDAQMODULES_MQTT_ENABLE_TESTS=ON -DCMAKE_BUILD_TYPE=Release -DopenDAQ_DIR="${{ env.INSTALL_PREFIX }}/lib/cmake/opendaq/"
100100

101101
- name: Build project with CMake
102102
working-directory: module

0 commit comments

Comments
 (0)