From 8dd9e17e72f616b8c58dd2603c505f2b292720c6 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Tue, 20 May 2025 08:24:57 -0400 Subject: [PATCH] ci: remove install ninja action ninja is included on the runner --- .github/actions/install-dependencies/action.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 4b1737d86..b16163c8d 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -78,13 +78,6 @@ runs: cache: true cache-key-prefix: ${{matrix.target.os}}-${{inputs.qt-version}} - # Install Ninja with an action instead of using Chocolatey, as it's more - # reliable and faster. The Ninja install action is pretty good as it - # downloads directly from the `ninja-build` GitHub project releases. - - name: Install Ninja - if: ${{ runner.os == 'Windows' }} - uses: seanmiddleditch/gha-setup-ninja@master - - name: Build and cache vcpkg if: ${{ runner.os == 'Windows' }} id: vcpkg