CI: Install ninja

This commit is contained in:
Jakub Melka 2023-12-10 18:12:39 +01:00
parent e6d95d3936
commit 6721490ee6
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
uses: actions/checkout@v4
with:
path: pdf4qt
- name: Install Ninja
run: choco install ninja
- name: 'VCPKG: Set up VCPKG'
run: |