Skip to content

Commit e6f4d2f

Browse files
committed
Try to check cpan version.
1 parent 05f7b11 commit e6f4d2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
- name: Verify Perl installation
3333
run: |
3434
perl -v
35-
cpan -v
3635
shell: cmd
37-
36+
- name: Check cpan version
37+
run: cpan -v
38+
shell: cmd
39+
3840
- name: Install Perl dependencies
3941
run: |
4042
cpan install JSON

0 commit comments

Comments
 (0)