Skip to content

Commit a9404b5

Browse files
committed
Github action: Fix clang-tidy workflow
1 parent 579a717 commit a9404b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
BUILD_TYPE: Dev
2323
CC: clang-${{ matrix.clang }}
2424
CXX: clang++-${{ matrix.clang }}
25-
CPP_VERSION: c++14
25+
CPP_VERSION: 14
2626
APT_LISTCHANGES_FRONTEND: none
2727
DEBIAN_FRONTEND: noninteractive
2828
steps:

0 commit comments

Comments
 (0)