Skip to content

Commit 69dbdb7

Browse files
authored
Update build.yml bump to 7.9 first
1 parent 2bd7ff0 commit 69dbdb7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,13 @@ jobs:
8080

8181
- name: Install ssh-agent
8282
run: |
83+
cd /opt && curl -L -o yumvault.tar.gz https://github.com/os-fpga/post_build_artifacts/releases/download/v0.2/yumvaultn.tar.gz && tar xvzf yumvault.tar.gz && ls -l && mv etc/yum.repos.d/Custom.repo /etc/yum.repos.d
8384
yum-config-manager --disable base extras updates
84-
yum-config-manager --enable C7.8.2003-extras C7.8.2003-updates C7.8.2003-base
85+
yum update -y
86+
rm -f /etc/yum.repos.d/Custom.repo
87+
cat /etc/yum.repos.d/CentOS-Vault.repo
88+
yum-config-manager --enable C7.9.2009-extras C7.9.2009-updates C7.9.2009-base
89+
yum update -y
8590
yum install -y openssh-server openssh-clients
8691
yum-config-manager --enable rhel-server-rhscl-7-rpms
8792
yum install -y https://repo.ius.io/ius-release-el7.rpm

0 commit comments

Comments
 (0)