mp-units icon indicating copy to clipboard operation
mp-units copied to clipboard

ci: cache Ninja for Windows runners

Open JohelEGP opened this issue 4 years ago • 2 comments

Installing Ninja takes ~2 min. and the run ~10 min.

JohelEGP avatar Mar 17 '21 03:03 JohelEGP

I am unable to find a solution that works. It also seems that is a known issue: https://github.com/chocolatey/choco/issues/2015.

mpusz avatar Mar 17 '21 21:03 mpusz

Same here. Install: 1m30s

Run choco install ninja
  choco install ninja
  ninja --version
  command -v ninja
  shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
Chocolatey v0.10.15

Install w/ caching C:\ProgramData\chocolatey\lib\ninja is 1m20s, and ninja --version is not recognized as command in powershell...

ivanstepanovftw avatar Sep 04 '21 13:09 ivanstepanovftw