We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f4d2f commit b35b784Copy full SHA for b35b784
.github/workflows/sdkbuild2run.yml
@@ -33,16 +33,17 @@ jobs:
33
run: |
34
perl -v
35
shell: cmd
36
+
37
- name: Check cpan version
38
run: cpan -v
39
40
41
- name: Install Perl dependencies
42
- cpan install JSON
43
- cpan install LWP::UserAgent
44
- cpan install Log::Any
45
cpan install URI::Query
+ cpan install Log::Any
+ cpan install JSON
46
+ cpan install LWP::UserAgent
47
48
49
- name: Build SDK Package
0 commit comments