There was an error while loading. Please reload this page.
2 parents 712ebf8 + f227e2e commit 8294480Copy full SHA for 8294480
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@v8
+ uses: actions/github-script@v9
377
with:
378
script: |
379
core.setFailed('There is a mismatch between configured llvm compiler and clang-tidy version chosen')
0 commit comments