Skip to content

Commit 2b788a7

Browse files
committed
Workflows: try to fix rockylinux dnf install
1 parent 6a350c8 commit 2b788a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- name: Install prerequisites (dnf)
5959
if: matrix.container != 'ubuntu:24.04'
60-
run: dnf install -y git gcc make cmake sudo environment-modules
60+
run: dnf install -y --nobest git gcc make cmake sudo environment-modules
6161
- name: Install prerequisites (apt)
6262
if: matrix.container == 'ubuntu:24.04'
6363
run: |

0 commit comments

Comments
 (0)