diff --git a/.actions/build-linux-i686-w64-mingw32-gcc b/.actions/build-linux-i686-w64-mingw32-gcc index 2fb1f214..d3f18a99 100755 --- a/.actions/build-linux-i686-w64-mingw32-gcc +++ b/.actions/build-linux-i686-w64-mingw32-gcc @@ -32,8 +32,8 @@ make -j"$(nproc)" -C build sudo make -C build install cd .. -# Build and install OpenSSL 1.1.1u. -git clone --depth=1 https://github.com/openssl/openssl -b OpenSSL_1_1_1u +# Build and install OpenSSL 1.1.1v. +git clone --depth=1 https://github.com/openssl/openssl -b OpenSSL_1_1_1v cd openssl ./Configure mingw --prefix=/fakeroot --openssldir=/fakeroot/openssl \ --cross-compile-prefix=i686-w64-mingw32-