commit | 94ee6fd3bb56646244f5867f19b1c78c6e550b98 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Thu Sep 04 14:48:57 2025 +0300 |
committer | Martin Storsjö <martin@martin.st> | Thu Sep 04 23:52:27 2025 +0300 |
tree | dbe28f5dc59c2f49d75c7e8ce5b64e553f94057b | |
parent | 2e87f03fc17adf6a1a4f94d6793a4f5ae74fdc89 [diff] |
github: Stop manually installing Ninja Since https://github.com/actions/runner-images/pull/11706, https://github.com/actions/runner-images/pull/11707 and https://github.com/actions/runner-images/pull/11737, ninja is preinstalled in the Ubuntu, macOS and x86 Windows runner images. As noted in https://github.com/actions/partner-runner-images/issues/96, ninja now also seems to be available on the Windows on ARM images as well - thus remove redundant installs of ninja on Windows. This should improve the reliability of the CI pipeline, as the install of Ninja sometimes fails spuriously, due to Chocolatey servers not responding. Signed-off-by: Martin Storsjö <martin@martin.st>