We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f3524 commit 876e436Copy full SHA for 876e436
1 file changed
.github/workflows/build-openssl-1.1.1.yml
@@ -158,7 +158,7 @@ jobs:
158
echo ~~~~~~~~~~~~ mingw64 build begin ~~~~~~~~~~~~
159
tar -xf openssl-${{ env.OpenSSL_VERSION }}.tar.gz
160
cd openssl-1.1.1-${{ env.OpenSSL_VERSION }}
161
- perl.exe Configure no-idea no-mdc2 no-rc5 shared mingw64 \
+ perl.exe Configure no-idea no-mdc2 no-rc5 shared mingw \
162
--prefix=$WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64 \
163
--openssldir=$WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64/ssl && \
164
make && make install
0 commit comments