Skip to content

Commit

Permalink
CI yum for linux and add python3-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Jul 13, 2024
1 parent 5c1ebc0 commit 097c19a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
CIBW_ARCHS_LINUX: auto64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_WINDOWS: auto64
CIBW_BEFORE_ALL_LINUX: apt-get install ninja-build pkg-config
CIBW_BEFORE_ALL_WINDOWS: choco install ninja pkgconfiglite
CIBW_BEFORE_ALL_MACOS: brew install ninja pkg-config
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel pkgconfig
CIBW_BEFORE_ALL_WINDOWS: choco install ninja python3
CIBW_BEFORE_ALL_MACOS: brew install ninja python
- name: Upload package
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 097c19a

Please sign in to comment.