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
|
||||
with:
|
||||
path: pdf4qt
|
||||
|
||||
- name: Install Ninja
|
||||
run: choco install ninja
|
||||
|
||||
- name: 'VCPKG: Set up VCPKG'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue