Skip to content

Commit ac5be26

Browse files
authored
Pinning ninja on the Windows CI to 1.12.1 due to a 1.13.0 bug. (#21208)
ninja-build/ninja#2616
1 parent f8c6ebb commit ac5be26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_windows_x64_msvc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
run: |
5454
choco install sccache
5555
choco install cmake
56-
choco install ninja
56+
# 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
5759
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
5860
refreshenv
5961
- name: "Building IREE"

0 commit comments

Comments
 (0)