Skip to content

Commit b35b784

Browse files
committed
Try to install perl dependencies.
1 parent e6f4d2f commit b35b784

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,17 @@ jobs:
3333
run: |
3434
perl -v
3535
shell: cmd
36+
3637
- name: Check cpan version
3738
run: cpan -v
3839
shell: cmd
3940

4041
- name: Install Perl dependencies
4142
run: |
42-
cpan install JSON
43-
cpan install LWP::UserAgent
44-
cpan install Log::Any
4543
cpan install URI::Query
44+
cpan install Log::Any
45+
cpan install JSON
46+
cpan install LWP::UserAgent
4647
shell: cmd
4748

4849
- name: Build SDK Package

0 commit comments

Comments
 (0)