Skip to content

Commit 05739c9

Browse files
authored
Update build.yml
1 parent 32ecb5b commit 05739c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ jobs:
8181
- name: Install ssh-agent
8282
run: |
8383
yum-config-manager --disable base extras updates
84-
cat /etc/yum.repos.d/CentOS-Vault.repo
8584
yum-config-manager --enable C7.8.2003-extras C7.8.2003-updates C7.8.2003-base
85+
cat /etc/yum.repos.d/CentOS-Vault.repo
86+
yum -y update
8687
yum install -y openssh-server openssh-clients
8788
yum-config-manager --enable rhel-server-rhscl-7-rpms
8889
yum install -y https://repo.ius.io/ius-release-el7.rpm

0 commit comments

Comments
 (0)