diff --git a/.github/workflows/nightly-companion-windows.yml b/.github/workflows/nightly-companion-windows.yml index 8fe28c80a..5da272a4a 100644 --- a/.github/workflows/nightly-companion-windows.yml +++ b/.github/workflows/nightly-companion-windows.yml @@ -63,7 +63,8 @@ jobs: wget https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-openssl-1.1.1.s-1-any.pkg.tar.zst pacman -U --noconfirm mingw-w64-i686-gcc-libs-11.2.0-10-any.pkg.tar.zst \ mingw-w64-i686-gcc-11.2.0-10-any.pkg.tar.zst \ - mingw-w64-i686-crt-git-9.0.0.6448.b03cbfb95-1-any.pkg.tar.zst + mingw-w64-i686-crt-git-9.0.0.6448.b03cbfb95-1-any.pkg.tar.zst \ + mingw-w64-i686-openssl-1.1.1.s-1-any.pkg.tar.zst - name: Install Qt uses: jurplel/install-qt-action@v3 diff --git a/companion/src/CMakeLists.txt b/companion/src/CMakeLists.txt index fa5e1f23a..7fc02b38c 100644 --- a/companion/src/CMakeLists.txt +++ b/companion/src/CMakeLists.txt @@ -333,8 +333,6 @@ endif() # Generate list of simulator plugins, used by all platforms if(WIN32) file(GLOB simulator_plugins "${CMAKE_BINARY_DIR}/*opentx-*simulator${CMAKE_SHARED_LIBRARY_SUFFIX}") - message(STATUS ${CMAKE_BINARY_DIR}) - message(STATUS ${simulator_plugins}) else() file(GLOB simulator_plugins "${CMAKE_BINARY_DIR}/*opentx-*simulator${CMAKE_SHARED_LIBRARY_SUFFIX}") endif()