build: Use the libcurl WinSSL version on Windows to make SSL work again

This commit is contained in:
WerWolv 2023-07-16 21:38:54 +02:00
parent 76e932ecc0
commit 1588365d4a
2 changed files with 2 additions and 1 deletions

View file

@ -59,6 +59,7 @@ jobs:
dlfcn:p
libbacktrace:p
ninja:p
curl-winssl:p
capstone:p
- name: ⬇️ Install .NET

View file

@ -7,7 +7,7 @@ pacman -S --needed --noconfirm \
mingw-w64-x86_64-ccache \
mingw-w64-x86_64-glfw \
mingw-w64-x86_64-file \
mingw-w64-x86_64-curl \
mingw-w64-x86_64-curl-winssl \
mingw-w64-x86_64-mbedtls \
mingw-w64-x86_64-freetype \
mingw-w64-x86_64-dlfcn \