File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,15 +145,15 @@ jobs:
145
145
if : steps.built-perl-cache.outputs.cache-hit == 'true' && steps.perl-site-cache.outputs.cache-hit != 'true'
146
146
run : cpan -T Module::Install
147
147
shell : cmd
148
+ - name : Prepare Makefile
149
+ if : steps.built-perl-cache.outputs.cache-hit == 'true'
150
+ run : perl Makefile.PL
151
+ shell : cmd
148
152
- name : Install latest Perl::Dist::Strawberry from github
149
153
if : steps.built-perl-cache.outputs.cache-hit == 'true' && steps.perl-site-cache.outputs.cache-hit != 'true'
150
154
run : |
151
155
cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git
152
156
shell : cmd
153
- - name : Prepare Makefile
154
- if : steps.built-perl-cache.outputs.cache-hit == 'true'
155
- run : perl Makefile.PL
156
- shell : cmd
157
157
- name : Run tests script
158
158
if : steps.built-perl-cache.outputs.cache-hit == 'true'
159
159
run : perl contrib/windows/glpi-agent-built-perl-tests.pl
You can’t perform that action at this time.
0 commit comments