We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78967b commit 4cb8805Copy full SHA for 4cb8805
.github/workflows/glpi-agent-packaging.yml
@@ -253,11 +253,6 @@ 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