Skip to content

Commit cf99342

Browse files
committed
ci: Fix built perl cache usage in built-perl-windows-test
1 parent 4055d12 commit cf99342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/glpi-agent-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
path: |
122122
C:/Strawberry-perl-for-GLPI-Agent_build/restore
123-
key: windows-packaging-cache-x64-${{ hashFiles('contrib\windows\glpi-agent-extlibs-build.pl', 'contrib\windows\glpi-agent-packaging.pl', 'contrib\windows\packaging\*') }}
123+
key: windows-packaging-perl-cache-x64-${{ hashFiles('contrib\windows\glpi-agent-extlibs-build.pl', 'contrib\windows\glpi-agent-packaging.pl', 'contrib\windows\packaging\*') }}
124124
- name: Log warning on cache miss
125125
if: steps.built-perl-cache.outputs.cache-hit != 'true'
126126
run: |

0 commit comments

Comments
 (0)