Skip to content

Commit

Permalink
actions: bump OpenSSL 1.1 to 1.1.1v
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG authored and kongeo committed Sep 7, 2023
1 parent debc73e commit 01b4177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .actions/build-linux-i686-w64-mingw32-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down

0 comments on commit 01b4177

Please sign in to comment.