File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11name : " Build Python DB API Driver Wheels"
22
33on :
4+ push :
5+ paths :
6+ - ' modules/platforms/python/**'
7+
48 workflow_dispatch :
59
610jobs :
@@ -71,13 +75,12 @@ jobs:
7175 CIBW_BEFORE_ALL : yum -y install openssl-devel
7276 CIBW_BUILD_VERBOSITY : 1
7377
74- - name : Install Winget
75- if : runner.os == 'Windows'
76- uses : Cyberboss/install-winget@v1
77-
78- - name : Install OpenSSL on Windows
78+ - name : Install OpenSSL (Windows)
7979 if : runner.os == 'Windows'
80- run : winget install --id=ShiningLight.OpenSSL.Dev -e --accept-source-agreements --disable-interactivity
80+ shell : powershell
81+ run : |
82+ echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
83+ vcpkg install openssl:x64-windows-static-md
8184
8285 - name : Build wheels Windows
8386 if : runner.os == 'Windows'
You can’t perform that action at this time.
0 commit comments