Skip to content

Commit

Permalink
Merge pull request #632 from HEXRD/update-ca-certificates
Browse files Browse the repository at this point in the history
Update ca certificates for centos Linux build
  • Loading branch information
saransh13 authored Apr 16, 2024
2 parents 545cf36 + e3883a9 commit 67a876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cd /github/workspace/

# Install dependencies
yum install -y wget git centos-release-scl
yum install -y wget git centos-release-scl ca-certificates

# Need to install packages that depend on centos-release-scl on a different line.
# This will use gcc==10, which is the same as what manylinux2014 uses.
Expand Down

0 comments on commit 67a876d

Please sign in to comment.