From 553db796b7125b860a24be2a2a8de895be9ad242 Mon Sep 17 00:00:00 2001 From: vrcomputing Date: Mon, 31 Oct 2022 09:03:39 +0100 Subject: [PATCH] add macos clang and wingw cmake paths --- .github/workflows/cmake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 711a2c25..9b02ee16 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -57,6 +57,7 @@ jobs: cxx: "g++", archiver: "7z a", generators: "Ninja", + qtcmakedir: "../Qt/5.15.2/mingw81_64/lib/cmake/Qt5", # TODO find better solution } - { name: "Ubuntu_Latest_GCC", @@ -89,6 +90,7 @@ jobs: cxx: "clang++", archiver: "7za a", generators: "Ninja", + qtcmakedir: "../Qt/5.15.2/clang_64/lib/cmake/Qt5", # TODO find better solution } steps: