Skip to content

Commit

Permalink
Add libstdc++-static again
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda authored Dec 19, 2024
1 parent db42cec commit f41a8dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ jobs:
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum update -y
yum install -y git tar wget libnsl bc time make gcc gcc-c++ perl python3 python3-pip zlib-devel \
openssl-devel xz-devel sqlite-devel libffi-devel ncurses-devel bzip2-devel readline-devel libstdc++ libstdc++-devel libstdc++-static libstdc++-static-devel
openssl-devel xz-devel sqlite-devel libffi-devel ncurses-devel bzip2-devel readline-devel libstdc++ libstdc++-devel
yum install dnf-plugins-core
yum config-manager --set-enabled PowerTools
yum install glibc-static
yum install libstdc++-static
- name: Setup repository
uses: actions/checkout@v4
Expand Down

0 comments on commit f41a8dd

Please sign in to comment.