Skip to content

Commit

Permalink
More vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 30, 2024
1 parent 073b135 commit d74e45d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ jobs:
name: schemas.py
path: ${{ github.workspace }}/crates/infisical-py/infisical_client/

#sudo apt install libssl-dev
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev
sudo apt-get install -y pkg-config
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
Expand Down
1 change: 1 addition & 0 deletions crates/infisical/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ dotenv = "0.15.0"
aes-gcm = "0.10.3"

openssl = {version = "0.10", features = ["vendored"]}
openssl-sys = {version = "0.9", features = ["vendored"]}
reqwest = { version = ">=0.11, <0.12", features = ["json", "native-tls-vendored"], default-features = false }

0 comments on commit d74e45d

Please sign in to comment.