1
0
mirror of synced 2025-02-06 14:14:22 +01:00

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 dlfcn:p
libbacktrace:p libbacktrace:p
ninja:p ninja:p
curl-winssl:p
capstone:p capstone:p
- name: ⬇️ Install .NET - name: ⬇️ Install .NET

View File

@ -7,7 +7,7 @@ pacman -S --needed --noconfirm \
mingw-w64-x86_64-ccache \ mingw-w64-x86_64-ccache \
mingw-w64-x86_64-glfw \ mingw-w64-x86_64-glfw \
mingw-w64-x86_64-file \ 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-mbedtls \
mingw-w64-x86_64-freetype \ mingw-w64-x86_64-freetype \
mingw-w64-x86_64-dlfcn \ mingw-w64-x86_64-dlfcn \