Skip to content

Commit

Permalink
fix yum install
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 5, 2024
1 parent 40854fc commit c370522
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: yum install autoconf automake curl libtool sudo
CIBW_BEFORE_ALL_LINUX: yum install -y autoconf automake curl libtool sudo
CIBW_BEFORE_ALL_MACOS: brew install autoconf automake curl libtool pkg-config

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

0 comments on commit c370522

Please sign in to comment.