Skip to content

Commit b78967b

Browse files
committed
build: Also install Syntax::Keyword::Try module as now required by Perl::Dist::Strawberry
1 parent 712f108 commit b78967b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ 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
256261
- name: Build Extlibs with Perl Toolchain
257262
if: steps.built-perl-cache.outputs.cache-hit != 'true' && steps.built-extlibs-cache.outputs.cache-hit != 'true'
258263
run: |

0 commit comments

Comments
 (0)