1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-12 19:10:19 +03:00

Issue with SSL

This commit is contained in:
Bertrand Songis 2023-10-03 09:08:26 +02:00
parent 584aa36901
commit a368475ff8
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -60,10 +60,11 @@ jobs:
wget https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-libs-11.2.0-10-any.pkg.tar.zst
wget https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-gcc-11.2.0-10-any.pkg.tar.zst
wget https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-crt-git-9.0.0.6448.b03cbfb95-1-any.pkg.tar.zst
wget https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-openssl-1.1.1.s-1-any.pkg.tar.zst
wget https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-openssl-1.1.1.m-2-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.m-2-any.pkg.tar.zst
- name: Install Qt
uses: jurplel/install-qt-action@v3