Skip to content

Commit

Permalink
Patch oscrypto for linux binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Mar 21, 2024
1 parent 6014f88 commit f4cde8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
. venv/bin/activate
pip install flit
flit install --symlink
- name: Patch oscrypto
run: |
. venv/bin/activate
pip uninstall oscrypto
: # This uses an oscrypto version to avoid issue #431
pip install "oscrypto @ git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3"
- name: Build
run: |
. venv/bin/activate
Expand Down

0 comments on commit f4cde8d

Please sign in to comment.