Skip to content

Commit df8308f

Browse files
committed
use empty string instead of v20
1 parent 25abbce commit df8308f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-lint-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ignore: build
5353
database: build
5454
verbosity: debug
55-
version: ${{ matrix.clang-version }}
55+
version: ${{ matrix.clang-version != '20' && matrix.clang-version || ''}}
5656
thread-comments: ${{ matrix.clang-version == '17' && 'update' }}
5757
file-annotations: ${{ matrix.clang-version == '17' }}
5858
extra-args: -std=c++14 -Wall

0 commit comments

Comments
 (0)