gha-setup-ninja
gha-setup-ninja copied to clipboard
Does not work on arm64 Linux
On arm64 Linux, this installs an x86 build of Ninja.
Hmm. This just grabs the prebuilt binaries from the upstream ninja repo.
We could build it from source and cache with github artifacts, perhaps, to get a few more options.
Ninja 1.12.0 now ships ARM binaries, both for Linux and Windows.
I have a PR that will add support for this: https://github.com/seanmiddleditch/gha-setup-ninja/pull/29