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
* Run LLVM install script on Linux runners
This will add the relevant LLVM PPA to the runner's package manager
which provides versions of clang-format and clang-tidy that may not yet
be available in the official Ubuntu repositories (e.g. LLVM 16 on Ubuntu
22.04 at the time this commit was authored).
* Only use LLVM script after failure from Ubuntu repos
This also separates the steps of installing the dependencies on Linux
runners from the dependencies on other runners.
* Remove unnecessary apt-get update
* Combine dependency installation into 1 step
* Update action.yml
* nest the call to instal script in a conditional statement
---------
Co-authored-by: Brendan <[email protected]>
0 commit comments