Skip to content

Commit

Permalink
(dbg) Maybe the issue is with the tools used in build_clib
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jan 24, 2024
1 parent b7ec0a9 commit 7fd0be9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
run: |
Get-ChildItem -Recurse -Filter *.egg-info | Remove-Item -Force
- name: Install unix build tools
run: python -m pip install automake libtool m2-base m2-bash m2-libtool m2-m4 m2-make m2-sed m2-tar m2-autoconf m2-automake-wrapper m2-gzip cibuildwheel

- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 7fd0be9

Please sign in to comment.