mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Issue with SSL
This commit is contained in:
parent
30cac31fda
commit
8b9ba05d80
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue