From 447e3eb0598d69ec612b3840220bf12d609b5725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Sun, 26 Apr 2026 21:16:27 +0200 Subject: [PATCH] [ci] Drop GitHub Action seanmiddleditch/gha-setup-ninja From the GitHub Action README: "This action is no longer necessary, as ninja is now included on all default GitHub runner instances." --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 214968572d..0889ec6a7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1191,9 +1191,6 @@ jobs: - name: Update CMake uses: jwlawson/actions-setup-cmake@v2.2 - - name: Install ninja-build tool - uses: seanmiddleditch/gha-setup-ninja@v6 - - name: Run pip installs run: | python -m pip install --upgrade pip