Skip to content

Commit

Permalink
Add missing tools
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Dec 17, 2024
1 parent 46d49a1 commit 6df2249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
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 libnsl bc time make gcc gcc-c++ perl python39
yum install -y git tar wget libnsl bc time make gcc gcc-c++ perl python3 python3-pip
pip3 install PyYAML
- name: Setup repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6df2249

Please sign in to comment.