Skip to content

Commit

Permalink
build: Try to reuse lastest upstream Perl::Dist::Strawberry version a…
Browse files Browse the repository at this point in the history
…fter upstream updates

Related to StrawberryPerl/Perl-Dist-Strawberry#319
  • Loading branch information
g-bougard committed May 10, 2024
1 parent 3ddbbd8 commit a4dbd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/glpi-agent-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Install latest Perl::Dist::Strawberry from github
if: steps.perl-site-cache.outputs.cache-hit != 'true'
run: |
cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git@f5195c0d072eba9a529c5d8fef6475395c5e0abb
cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git
shell: cmd
- name: Build Extlibs with Perl Toolchain
if: steps.built-perl-cache.outputs.cache-hit != 'true' && steps.built-extlibs-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit a4dbd92

Please sign in to comment.