We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712f108 commit b78967bCopy full SHA for b78967b
.github/workflows/glpi-agent-packaging.yml
@@ -253,6 +253,11 @@ jobs:
253
run: |
254
cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git
255
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
261
- name: Build Extlibs with Perl Toolchain
262
if: steps.built-perl-cache.outputs.cache-hit != 'true' && steps.built-extlibs-cache.outputs.cache-hit != 'true'
263
0 commit comments