From d4336108df0171e23774def1ff007c259a254d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Mon, 27 Apr 2026 02:06:06 +0200 Subject: [PATCH] [ci] Drop GitHub Action seanmiddleditch/gha-setup-ninja (#6044) 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 214968572..0889ec6a7 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