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