Skip to content

Commit

Permalink
Add -y to yum
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda authored Dec 19, 2024
1 parent f41a8dd commit bc3ca23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
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
yum install dnf-plugins-core
yum install -y dnf-plugins-core
yum config-manager --set-enabled PowerTools
yum install glibc-static
yum install libstdc++-static
yum install -y glibc-static
yum install -y libstdc++-static
- name: Setup repository
uses: actions/checkout@v4
Expand Down

0 comments on commit bc3ca23

Please sign in to comment.