Skip to content

Commit

Permalink
switch to yum
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 5, 2024
1 parent 74a7a75 commit e79d691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_ALL_LINUX: apt-get install -y clang curl autoconf automake libtool pkg-config
CIBW_BEFORE_ALL_LINUX: yum install clang curl autoconf automake libtool pkg-config
CIBW_BEFORE_ALL_MACOS: brew install curl autoconf automake libtool pkg-config

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e79d691

Please sign in to comment.