Skip to content

Commit bba280a

Browse files
authored
CI: update SSL to fix possible issue with outdates certificates
1 parent dd79fd7 commit bba280a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: contains(inputs.container_name, 'astra')
5353

5454
- name: Install dependencies
55-
run: yum install -y epel-release && yum update -y && yum install -y --setopt=install_weak_deps=False git-core findutils p7zip sudo
55+
run: yum update -y ca-certificates openssl curl && yum install -y epel-release && yum update -y && yum install -y --setopt=install_weak_deps=False git-core findutils p7zip sudo
5656
if: startsWith(inputs.container_name, 'rocky')
5757

5858
- name: Install dependencies

0 commit comments

Comments
 (0)