update workflow

This commit is contained in:
uncor3
2025-10-24 11:48:59 +00:00
parent 2c5bfa7f5f
commit 13e8e27a62
+2
View File
@@ -122,6 +122,8 @@ jobs:
- name: Configure CMake
run: |
PKG_CONFIG_PATH="${Qt6_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH:-}" \
CMAKE_PREFIX_PATH="${Qt6_DIR}/lib/cmake:${CMAKE_PREFIX_PATH:-}" \
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DRUN_CLANG_TIDY=OFF
- name: Build with CMake