mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-23 22:05:47 +00:00
Github Actions added clang-12 to their ubuntu 20.04 images, so let's take full advantage of that. Stop relying on the llvm upstream repository for clang-12, since it often causes jobs to fail when their mirrors are syncing. clang-tidy-11, libstdc++-10-dev and npm 6.14.x are also all already pre-installed, so we don't need to waste time fetching them in the dependency fetch step.