install inkscape using same cache as OpenCppCoverage

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-03-07 21:13:00 +01:00 committed by Matthieu Gallien
parent 36aadaaa18
commit 49650f2f7a
1 changed files with 13 additions and 1 deletions

View File

@ -32,7 +32,6 @@ jobs:
craft --add-blueprint-repository [git]https://github.com/nextcloud/desktop-client-blueprints.git
craft craft
craft --install-deps nextcloud-client
choco install inkscape
- name: Cache Install OpenCppCoverage
id: cache-install-opencppcoverage
@ -47,6 +46,19 @@ jobs:
run: |
choco install opencppcoverage
- name: Cache Install inkscape
id: cache-install-inkscape
uses: actions/cache@v4
with:
path: C:\Program Files\inkscape
key: ${{ runner.os }}-cache-install-inkscape
- name: Install inkscape
if: steps.cache-install-inkscape.outputs.cache-hit != 'true'
shell: pwsh
run: |
choco install inkscape
- name: Setup PATH
shell: pwsh
run: |