Skip to content

Commit 7f43b80

Browse files
authored
[libcxx] [ci] Stop manually installing ninja in the Windows build jobs (#161907)
Ninja is officially included among the preinstalled tools on the Windows runners now. This should reduce the risk for stray failures here; sometimes, attempting to install Ninja through Chocolatey have caused spurious failures.
1 parent 1c5186c commit 7f43b80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ jobs:
255255
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
256256
- name: Install dependencies
257257
run: |
258-
choco install -y ninja
259258
pip install psutil
260259
- name: Install a current LLVM
261260
if: ${{ matrix.mingw != true }}

0 commit comments

Comments
 (0)