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.
1 parent 6a350c8 commit 2b788a7Copy full SHA for 2b788a7
.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