From e78d510c681827f9b59a93e67dec73b6b3aeb470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 23 Sep 2025 14:15:14 +0300 Subject: [PATCH] [libcxx] [ci] Stop manually installing ninja in the Windows build jobs 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. --- .github/workflows/libcxx-build-and-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml index 77f79a85a0a2f..b78f2c69408e7 100644 --- a/.github/workflows/libcxx-build-and-test.yaml +++ b/.github/workflows/libcxx-build-and-test.yaml @@ -255,7 +255,6 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install dependencies run: | - choco install -y ninja pip install psutil - name: Install a current LLVM if: ${{ matrix.mingw != true }}