Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/install_centos_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ yum install -y libffi-devel
yum install -y git
yum install -y graphviz
yum install -y pkgconfig
yum install -y python3
yum install -y python3-devel
yum install -y boost-system
yum install -y boost-python
yum install -y boost-filesystem
yum install -y zlib-devel
yum install http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm
yum install -y ninja-build
yum install -y wget
yum install -y openssl-devel
yum install -y openssl-devel
yum install -y java-11-openjdk-devel

pip3 install orderedmultidict
Expand Down
Loading