Skip to content

Commit

Permalink
(dbg) It would appear so, now what's up with python
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jan 24, 2024
1 parent f9633a7 commit b7ec0a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v3

- name: Remove libsecp256k1
run: |
Get-ChildItem -Recurse -Filter *.egg-info | Remove-Item -Force
Expand Down

0 comments on commit b7ec0a9

Please sign in to comment.