diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 2f64fbb8..c39b452b 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -87,6 +87,7 @@ jobs: - name: Configure CMake env: CMAKE_PREFIX_PATH: ${{env.Qt6_DIR}} + CMAKE_MODULE_PATH: ${{env.Qt6_DIR}} # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type run: >