mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
CI: Fix yaml syntax
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: pdf4qt
|
path: pdf4qt
|
||||||
|
|
||||||
- name: VCPKG: Set up VCPKG
|
- name: 'VCPKG: Set up VCPKG'
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git
|
git clone --depth=1 https://github.com/microsoft/vcpkg.git
|
||||||
cd vcpkg
|
cd vcpkg
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
./vcpkg integrate install
|
./vcpkg integrate install
|
||||||
working-directory: vcpkg
|
working-directory: vcpkg
|
||||||
|
|
||||||
- name: VCPKG: Cache vcpkg dependencies
|
- name: 'VCPKG: Cache vcpkg dependencies'
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-vcpkg-
|
${{ runner.os }}-vcpkg-
|
||||||
|
|
||||||
- name: VCPKG: Install project dependencies
|
- name: 'VCPKG: Install project dependencies'
|
||||||
run: |
|
run: |
|
||||||
./vcpkg/vcpkg install tbb openssl lcms zlib openjpeg freetype ijg-libjpeg libpng
|
./vcpkg/vcpkg install tbb openssl lcms zlib openjpeg freetype ijg-libjpeg libpng
|
||||||
working-directory: vcpkg
|
working-directory: vcpkg
|
||||||
|
Reference in New Issue
Block a user