Skip to content

Commit

Permalink
Attempt to not statically link
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 16, 2024
1 parent aabc5fa commit 85b1b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
with:
python-version: '3.10'
architecture: ${{ matrix.platform.target }}
- name: Install OpenSSL
run: vcpkg install openssl:x64-windows-static-md
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ required-features = ["clap"]

[dependencies]
indicatif = "0.17.6"
openssl = { version = "0.10.60", features = ["vendored"] }
openssl = { version = "0.10.60" }
postgres = "0.19.7"
postgres-openssl = "0.5.0"
rand = "0.8.5"
Expand Down

0 comments on commit 85b1b6c

Please sign in to comment.