Skip to content

Commit 46e7587

Browse files
committed
remove obsolete dependency from vcpkg pipeline
1 parent 65d944f commit 46e7587

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cross-compile-client-vcpkg.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ jobs:
6666
mingw-w64 \
6767
mingw-w64-tools \
6868
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
7469
7570
- name: Cache vcpkg Dependencies
7671
uses: actions/cache@v4

0 commit comments

Comments
 (0)