Skip to content

Commit 0b04f09

Browse files
committed
ci(gh-action): disable clang-tidy on Windows for MSVC
1 parent 1c74d3d commit 0b04f09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
include:
2121
- os: ubuntu-22.04
2222
cmakeOptions: -DCMAKE_CXX_COMPILER=clang++
23+
- os: windows-latest
24+
cmakeOptions: -DENABLE_CLANG_TIDY=false # disable clang-tidy on Windows for MSVC
2325

2426
steps:
2527
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)