Skip to content

Commit

Permalink
Disable clang-format on Windows in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Sep 5, 2024
1 parent 82d4dd4 commit 17d86d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- os: windows-latest
vcpkg_commit_id: '4e08971f3ddc13018ca858a692efe92d3b6b9fce'
umb_include_meta: ON
umb_run_clang_format: ON
umb_run_clang_format: OFF # TODO: this fails due to permission error on CI.
cxx_compiler: cl
cmake_generator: Visual Studio 17 2022
cmake_extra_args: -A x64
Expand Down

0 comments on commit 17d86d5

Please sign in to comment.