We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a350c8 + 2b788a7 commit 90166edCopy full SHA for 90166ed
.github/workflows/cmake.yml
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
- name: Install prerequisites (dnf)
59
if: matrix.container != 'ubuntu:24.04'
60
- run: dnf install -y git gcc make cmake sudo environment-modules
+ run: dnf install -y --nobest git gcc make cmake sudo environment-modules
61
- name: Install prerequisites (apt)
62
if: matrix.container == 'ubuntu:24.04'
63
run: |
0 commit comments