mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
chore: disable cache for inkscape
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
ff72dd32fb
commit
6e4ba6c945
14
.github/workflows/windows-build-and-test.yml
vendored
14
.github/workflows/windows-build-and-test.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user