Skip to content

Commit

Permalink
Install vcpkg prerequisites on manylinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Nov 7, 2023
1 parent 01184fe commit e89e593
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
run: |
set -e pipefail
yum install -y redhat-lsb-core
yum install centos-release-scl
yum install devtoolset-7
scl enable devtoolset-7 bash
# Need this for virtualenv and arrow tests if enabled
- name: 'Install Python'
Expand Down

0 comments on commit e89e593

Please sign in to comment.