Skip to content

Commit

Permalink
apt install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Mar 22, 2024
1 parent cc65f85 commit dcdda7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-core-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:

- name: Install openssl
run: |
yum update
yum install openssl
apt install openssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit dcdda7a

Please sign in to comment.