Skip to content

Commit

Permalink
chore(ci): use vault.centos.org for CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVillalovos committed Aug 3, 2024
1 parent 4fa92c5 commit 885ac4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/review-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Setup vault.centos.org
run: |
cp -v .github/centos7-repo-files/* /etc/yum.repos.d/
- name: Install utils
run: |
yum install -y git wget ca-certificates
Expand Down

0 comments on commit 885ac4d

Please sign in to comment.