You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise, [nushell] and/or the LLVM-provided bash script will fail to run.
188
+
189
+
### On MacOS runners
190
+
191
+
The specified `version` of `clang-format` and `clang-tidy` is installed via Homebrew.
192
+
Failing that, we attempt to use static binaries that we built ourselves;
193
+
see [cpp-linter/clang-tools-pip] and [cpp-linter/clang-tools-static-binaries] projects for more detail.
194
+
195
+
### On Windows runners
196
+
197
+
For Windows runners, we only use clang tools built as static binaries.
198
+
See [cpp-linter/clang-tools-pip] and [cpp-linter/clang-tools-static-binaries] projects for more detail.
199
+
161
200
## License
162
201
163
202
The scripts and documentation in this project are released under the [MIT License](https://github.com/cpp-linter/cpp-linter-action/blob/main/LICENSE)
0 commit comments