We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c6ebb commit ac5be26Copy full SHA for ac5be26
.github/workflows/ci_windows_x64_msvc.yml
@@ -53,7 +53,9 @@ jobs:
53
run: |
54
choco install sccache
55
choco install cmake
56
- choco install ninja
+ # ninja pinned due to a bug in the 1.13.0 release:
57
+ # https://github.com/ninja-build/ninja/issues/2616
58
+ choco install ninja --version 1.12.1
59
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
60
refreshenv
61
- name: "Building IREE"
0 commit comments