chore: disable cache for inkscape

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2025-06-26 10:26:05 +02:00
parent ff72dd32fb
commit 6e4ba6c945
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553

View File

@ -49,15 +49,15 @@ jobs:
run: |
choco install opencppcoverage
- name: Cache Install inkscape
id: cache-install-inkscape
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: C:\Program Files\inkscape
key: ${{ runner.os }}-cache-install-inkscape
#- name: Cache Install inkscape
# id: cache-install-inkscape
# uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
# with:
# path: C:\Program Files\inkscape
# key: ${{ runner.os }}-cache-install-inkscape
- name: Install inkscape
if: steps.cache-install-inkscape.outputs.cache-hit != 'true'
# if: steps.cache-install-inkscape.outputs.cache-hit != 'true'
shell: pwsh
run: |
choco install inkscape