Skip to content

Commit

Permalink
additional openssl deps for py
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasposen committed Jan 22, 2025
1 parent 8e5aa18 commit ed747ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
before-script-linux: |
yum install -y openssl-devel
yum install -y openssl openssl-devel perl-IPC-Cmd
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist -m sideko-py/Cargo.toml
Expand Down

0 comments on commit ed747ee

Please sign in to comment.