Skip to content

Commit cc6a831

Browse files
committed
build: Cleanup unused folder creation & check
1 parent bfeff9c commit cc6a831

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/glpi-agent-packaging.yml

-3
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,12 @@ jobs:
191191
run: |
192192
mkdir C:\Strawberry-perl-for-GLPI-Agent_build\download
193193
mkdir C:\Strawberry-perl-for-GLPI-Agent_build\restore
194-
mkdir C:\Strawberry-perl-for-GLPI-Agent_build\tools
195194
shell: cmd
196195
- name: Restore points cache
197196
uses: actions/cache@v4
198197
id: built-perl-cache
199198
with:
200199
path: |
201-
C:/Strawberry-perl-for-GLPI-Agent_build/tools
202200
C:/Strawberry-perl-for-GLPI-Agent_build/restore
203201
key: windows-packaging-cache-${{ matrix.arch }}-${{ hashFiles('contrib\windows\glpi-agent-extlibs-build.pl', 'contrib\windows\glpi-agent-packaging.pl', 'contrib\windows\packaging\*') }}
204202
- name: Restore Toolchain points cache
@@ -215,7 +213,6 @@ jobs:
215213
run: |
216214
dir C:\Strawberry-perl-for-GLPI-Agent_build\download
217215
dir C:\Strawberry-perl-for-GLPI-Agent_build\restore
218-
dir C:\Strawberry-perl-for-GLPI-Agent_build\tools
219216
shell: cmd
220217
- name: Update environment
221218
run: |

0 commit comments

Comments
 (0)