We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9136af commit 385cccfCopy full SHA for 385cccf
1 file changed
.github/workflows/cibuildwheel.yml
@@ -54,7 +54,7 @@ jobs:
54
python-version: 'pypy-3.9'
55
56
- name: Install system libraries
57
- run: sudo apt install -y libunwind-dev libelf-dev libdwarf-dev
+ run: sudo apt install -y libunwind-dev libelf-dev libdwarf-dev rename
58
59
- name: Build wheel
60
run: |
0 commit comments