mirror of https://github.com/JakubMelka/PDF4QT.git
CI: Install ninja
This commit is contained in:
parent
e6d95d3936
commit
6721490ee6
|
@ -13,6 +13,9 @@ jobs:
|
|||
with:
|
||||
path: pdf4qt
|
||||
|
||||
- name: Install Ninja
|
||||
run: choco install ninja
|
||||
|
||||
- name: 'VCPKG: Set up VCPKG'
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git
|
||||
|
|
Loading…
Reference in New Issue