We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d944f commit 46e7587Copy full SHA for 46e7587
.github/workflows/cross-compile-client-vcpkg.yml
@@ -66,11 +66,6 @@ jobs:
66
mingw-w64 \
67
mingw-w64-tools \
68
ninja-build
69
- git clone --depth 1 --branch openssl-3.0.12 https://github.com/openssl/openssl.git
70
- cd openssl
71
- ./Configure mingw --cross-compile-prefix=i686-w64-mingw32- --prefix=/usr/i686-w64-mingw32
72
- make
73
- sudo make install
74
75
- name: Cache vcpkg Dependencies
76
uses: actions/cache@v4
0 commit comments