Skip to content

Commit

Permalink
try to fix openssl again (x6)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Mar 22, 2024
1 parent a7e6248 commit 270c980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
export OPENSSL_DIR=$(openssl version -d | awk '{print $NF}' | sed 's/"//g')
export PKG_CONFIG_PATH="$OPENSSL_DIR/pkgconfig:$PKG_CONFIG_PATH"
cargo tree -d 20
cargo tree --depth 20
cargo build --release
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 270c980

Please sign in to comment.