Skip to content

Commit 4cb8805

Browse files
committed
Revert "build: Also install Syntax::Keyword::Try module as now required by Perl::Dist::Strawberry"
This reverts commit b78967b.
1 parent b78967b commit 4cb8805

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,6 @@ jobs:
253253
run: |
254254
cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git
255255
shell: cmd
256-
- name: Install Syntax::Keyword::Try required by Perl::Dist::Strawberry scripts
257-
if: steps.perl-site-cache.outputs.cache-hit != 'true'
258-
run: |
259-
cpanm --notest --verbose Syntax::Keyword::Try
260-
shell: cmd
261256
- name: Build Extlibs with Perl Toolchain
262257
if: steps.built-perl-cache.outputs.cache-hit != 'true' && steps.built-extlibs-cache.outputs.cache-hit != 'true'
263258
run: |

0 commit comments

Comments
 (0)