mirror of https://github.com/JakubMelka/PDF4QT.git
CI: Cache build trees, update some action versions
This commit is contained in:
parent
ee42c63f80
commit
0b579c828f
|
@ -9,7 +9,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: pdf4qt
|
||||
|
||||
|
@ -21,14 +21,15 @@ jobs:
|
|||
./vcpkg integrate install
|
||||
|
||||
- name: 'VCPKG: Cache vcpkg dependencies'
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
./vcpkg/buildtrees
|
||||
./vcpkg/downloads
|
||||
./vcpkg/packages
|
||||
key: ${{ runner.os }}-vcpkg-${{ hashFiles('**/vcpkg.json') }}
|
||||
key: ${{ runner.os }}-vcpkg-v2-${{ hashFiles('**/vcpkg.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-vcpkg-
|
||||
${{ runner.os }}-vcpkg-v2-
|
||||
|
||||
- name: 'VCPKG: Install project dependencies'
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue