File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -185,22 +185,25 @@ apt-get install -y libc6 wget lsb-release software-properties-common gnupg
185185
186186Otherwise, [nushell] and/or the LLVM-provided bash script will fail to run.
187187
188- If installing clang tools fails using the `apt` package manager, then we alteratively try (in order of attempts) :
188+ If installing clang tools fails using the `apt` package manager, then
189+ we alteratively try the following sources in order :
189190
1901911. PyPI Packages [clang-tidy][clang-tidy-wheel] and/or [clang-format][clang-format-wheel]
1911922. Static binaries that we built ourselves; see [cpp-linter/clang-tools-pip] project for more detail.
192193
193194# ## On macOS runners
194195
195- The specified `version` of `clang-format` and `clang-tidy` is installed via (in order of attempts) :
196+ The specified `version` of `clang-format` and `clang-tidy` is installed via
197+ the following sources in order (which ever succeeds first) :
196198
1971991. Homebrew
1982002. PyPI Packages [clang-tidy][clang-tidy-wheel] and/or [clang-format][clang-format-wheel]
1992013. Static binaries that we built ourselves; see [cpp-linter/clang-tools-pip] project for more detail.
200202
201203# ## On Windows runners
202204
203- For Windows runners, we use clang tools installed via (in order of attempts) :
205+ For Windows runners, we use clang tools installed via
206+ the following sources in order (which ever succeeds first) :
204207
2052081. PyPI Packages [clang-tidy][clang-tidy-wheel] and/or [clang-format][clang-format-wheel]
2062092. Static binaries that we built ourselves; see [cpp-linter/clang-tools-pip] project for more detail.
You can’t perform that action at this time.
0 commit comments