Skip to content

Commit

Permalink
Install git
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 03038e1 commit 46d49a1
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 @@ -67,7 +67,7 @@ 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 libnsl bc time make gcc gcc-c++ perl python39
yum install -y git libnsl bc time make gcc gcc-c++ perl python39
- name: Setup repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 46d49a1

Please sign in to comment.