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 5d6ba20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ jobs:
if: inputs.manylinux
run: |
set -e pipefail
yum install -y redhat-lsb-core
yum install -y redhat-lsb-core centos-release-scl devtoolset-7
echo "source /opt/rh/devtoolset-7/enable" >> ~/.bashrc
# Need this for virtualenv and arrow tests if enabled
- name: 'Install Python'
Expand Down

0 comments on commit 5d6ba20

Please sign in to comment.