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 90166ed + 7cd9fb7 commit c4cafddCopy full SHA for c4cafdd
.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 --nobest git gcc make cmake sudo environment-modules
+ run: dnf install -y --nobest --skip-broken git gcc make cmake sudo environment-modules
61
- name: Install prerequisites (apt)
62
if: matrix.container == 'ubuntu:24.04'
63
run: |
0 commit comments