ci: remove install ninja action ninja is included on the runner

This commit is contained in:
sithlord48
2025-05-20 08:24:57 -04:00
committed by Nick Bolton
parent a5e5bbc2e4
commit 8dd9e17e72

View File

@ -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