fix: use dnf on alma
This commit is contained in:
parent
fe4e0bc0d8
commit
5e234a9ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Build wheels
|
||||
uses: https://github.com/pypa/cibuildwheel@v2.23.3
|
||||
env:
|
||||
CIBW_BEFORE_ALL_LINUX: "apt-get install -yqq libcairo2"
|
||||
CIBW_BEFORE_ALL_LINUX: "dnf install -y cairo-devel"
|
||||
CIBW_BUILD: "cp31{0..3}-manylinux_{x86_64,aarch64}"
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
|
||||
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue