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.
1 parent 1c74d3d commit 0b04f09Copy full SHA for 0b04f09
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
include:
21
- os: ubuntu-22.04
22
cmakeOptions: -DCMAKE_CXX_COMPILER=clang++
23
+ - os: windows-latest
24
+ cmakeOptions: -DENABLE_CLANG_TIDY=false # disable clang-tidy on Windows for MSVC
25
26
steps:
27
- uses: actions/checkout@v2
0 commit comments