Skip to content

Commit c327132

Browse files
committed
Try to install cpanm.
1 parent b35b784 commit c327132

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,15 @@ jobs:
4545
cpan install JSON
4646
cpan install LWP::UserAgent
4747
shell: cmd
48-
48+
49+
- name: Install cpanm
50+
run: perl -MCPAN -e "install App::cpanminus"
51+
shell: cmd
52+
53+
- name: Install Perl modules
54+
run: cpanm Log::Any
55+
shell: cmd
56+
4957
- name: Build SDK Package
5058
run: |
5159
perl Build.PL && ./Build

0 commit comments

Comments
 (0)