Skip to content

Commit 50ec332

Browse files
authored
Merge pull request #815 from os-fpga/ci_patch
Update install_centos_dependencies_build.sh to python3-devel
2 parents 2542810 + b93342a commit 50ec332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/install_centos_dependencies_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ yum install -y libffi-devel
2929
yum install -y git
3030
yum install -y graphviz
3131
yum install -y pkgconfig
32-
yum install -y python3
32+
yum install -y python3-devel
3333
yum install -y boost-system
3434
yum install -y boost-python
3535
yum install -y boost-filesystem
3636
yum install -y zlib-devel
3737
yum install http://repo.okay.com.mx/centos/7/x86_64/release/okay-release-1-1.noarch.rpm
3838
yum install -y ninja-build
3939
yum install -y wget
40-
yum install -y openssl-devel
40+
yum install -y openssl-devel
4141
yum install -y java-11-openjdk-devel
4242

4343
pip3 install orderedmultidict

0 commit comments

Comments
 (0)