Skip to content

Commit

Permalink
Add libstdc++ static
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda authored Dec 19, 2024
1 parent 12eb041 commit db42cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ 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
openssl-devel xz-devel sqlite-devel libffi-devel ncurses-devel bzip2-devel readline-devel libstdc++ libstdc++-devel libstdc++-static libstdc++-static-devel
- name: Setup repository
uses: actions/checkout@v4
Expand Down

0 comments on commit db42cec

Please sign in to comment.