Skip to content

Commit 85b1b6c

Browse files
committed
Attempt to not statically link
1 parent aabc5fa commit 85b1b6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pypi.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
with:
8484
python-version: '3.10'
8585
architecture: ${{ matrix.platform.target }}
86+
- name: Install OpenSSL
87+
run: vcpkg install openssl:x64-windows-static-md
8688
- name: Build wheels
8789
uses: PyO3/maturin-action@v1
8890
with:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ required-features = ["clap"]
1414

1515
[dependencies]
1616
indicatif = "0.17.6"
17-
openssl = { version = "0.10.60", features = ["vendored"] }
17+
openssl = { version = "0.10.60" }
1818
postgres = "0.19.7"
1919
postgres-openssl = "0.5.0"
2020
rand = "0.8.5"

0 commit comments

Comments
 (0)