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 11953b2 + 839c5dd commit 9c2a144Copy full SHA for 9c2a144
1 file changed
.github/workflows/cmake.yml
@@ -373,7 +373,7 @@ jobs:
373
steps:
374
- name: Check for llvm version mismatches
375
if: ${{ contains(matrix.config.compiler, 'llvm') && !contains(matrix.config.compiler, env.CLANG_TIDY_VERSION) }}
376
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
377
with:
378
script: |
379
core.setFailed('There is a mismatch between configured llvm compiler and clang-tidy version chosen')
0 commit comments