Skip to content

Commit 46266c8

Browse files
committed
build: Use Perl::Dist::Strawberry v4.024 from GH commit
1 parent 4cb8805 commit 46266c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
- name: Install latest Perl::Dist::Strawberry from github
252252
if: steps.perl-site-cache.outputs.cache-hit != 'true'
253253
run: |
254-
cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git
254+
cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git@f5195c0d072eba9a529c5d8fef6475395c5e0abb
255255
shell: cmd
256256
- name: Build Extlibs with Perl Toolchain
257257
if: steps.built-perl-cache.outputs.cache-hit != 'true' && steps.built-extlibs-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)