Skip to content

Commit

Permalink
Temporarily decrease openssl version
Browse files Browse the repository at this point in the history
Due to an issue with the package, we need to temporarily revert to a
slightly older version. This commit should be reverted in the future.
  • Loading branch information
JacobCallahan committed Sep 26, 2024
1 parent f9c8b56 commit 2ab1b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Temporary fix for openssl regression #25366
run: cargo update openssl-src --precise 300.3.1+3.3.1
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit 2ab1b1e

Please sign in to comment.