Skip to content

Commit

Permalink
ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 11, 2024
1 parent 8a47ac0 commit e96bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install LAPACK, OpenBLAS
run:
yum install -y lapack-devel blas-devel opensll-devel
yum install -y lapack-devel blas-devel openssl-devel

- name: Install maturin
run: python3 -m pip install "maturin>=1.7" auditwheel
Expand Down

0 comments on commit e96bf34

Please sign in to comment.