Skip to content

Commit

Permalink
try to get yum install to work
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Aug 29, 2024
1 parent 283b9e0 commit cdfe7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
test_command: 'pytest -p no:warnings --doctest-rst --pyargs ebtelplusplus'
sdist: false
env: |
CIBW_BEFORE_BUILD_LINUX: yum install boost-devel
CIBW_BEFORE_BUILD_LINUX: yum install -y boost-devel
CIBW_BEFORE_BUILD_MACOS: brew install boost
CIBW_BEFORE_BUILD_WINDOWS: choco install -y boost-msvc-14.2
targets: |
Expand Down

0 comments on commit cdfe7fb

Please sign in to comment.