Skip to content

Commit 097c19a

Browse files
committed
CI yum for linux and add python3-devel
1 parent 5c1ebc0 commit 097c19a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
CIBW_ARCHS_LINUX: auto64
6363
CIBW_ARCHS_MACOS: x86_64 arm64
6464
CIBW_ARCHS_WINDOWS: auto64
65-
CIBW_BEFORE_ALL_LINUX: apt-get install ninja-build pkg-config
66-
CIBW_BEFORE_ALL_WINDOWS: choco install ninja pkgconfiglite
67-
CIBW_BEFORE_ALL_MACOS: brew install ninja pkg-config
65+
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel pkgconfig
66+
CIBW_BEFORE_ALL_WINDOWS: choco install ninja python3
67+
CIBW_BEFORE_ALL_MACOS: brew install ninja python
6868
- name: Upload package
6969
uses: actions/upload-artifact@v4
7070
with:

0 commit comments

Comments
 (0)