We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80eb93 commit 8ca7597Copy full SHA for 8ca7597
1 file changed
.github/workflows/task-get-linux-configurations.yml
@@ -141,11 +141,11 @@ jobs:
141
if rocky_version in x86_platforms:
142
x86_include.append({
143
'OS': rocky_version,
144
- 'pre-deps': "yum update -y && yum install -y git"})
+ 'pre-deps': "dnf update -y && dnf install -y git"})
145
if rocky_version in arm_platforms:
146
arm_include.append({
147
148
149
150
151
0 commit comments