Skip to content

Commit

Permalink
Update CA certificates before pulling beaker repository
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Dec 21, 2023
1 parent 870f52a commit 0f70cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install utils
run: |
yum install -y git wget
yum install -y git wget ca-certificates
- name: Fetch Beaker repository
run: |
wget https://beaker-project.org/yum/beaker-server-RedHatEnterpriseLinux.repo -P /etc/yum.repos.d/
Expand Down

0 comments on commit 0f70cb9

Please sign in to comment.