We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb8805 commit 46266c8Copy full SHA for 46266c8
.github/workflows/glpi-agent-packaging.yml
@@ -251,7 +251,7 @@ jobs:
251
- name: Install latest Perl::Dist::Strawberry from github
252
if: steps.perl-site-cache.outputs.cache-hit != 'true'
253
run: |
254
- cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git
+ cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git@f5195c0d072eba9a529c5d8fef6475395c5e0abb
255
shell: cmd
256
- name: Build Extlibs with Perl Toolchain
257
if: steps.built-perl-cache.outputs.cache-hit != 'true' && steps.built-extlibs-cache.outputs.cache-hit != 'true'
0 commit comments