File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252
5353 steps :
5454 - uses : actions/checkout@v2
55- - name : uses install-with-cpm
55+ - name : uses install-with-cpanm
5656 uses :
perl-actions/[email protected] 5757 with :
5858 cpanfile : " cpanfile"
@@ -150,14 +150,14 @@ but you should prefer let the action install your modules
150150Install modules with tests.
151151
152152` ` ` yaml
153- - name: install cpm and files from cpanfile
153+ - name: install cpanm and files from cpanfile
154154 uses: perl-actions/[email protected] 155155 with:
156156 install: "Simple::Accessor"
157157 tests: true
158158` ` `
159159
160- # ## Using install-with-cpm on Windows / win32
160+ # ## Using install-with-cpanm on Windows / win32
161161
162162Here is a sample job using cpanm to install modules on windows.
163163
@@ -177,7 +177,7 @@ windows:
177177
178178 - uses: actions/checkout@v2
179179 - name: "install-with-cpanm"
180- uses: perl-actions/install-with-cpm @v1.1
180+ uses: perl-actions/install-with-cpanm @v1.1
181181 with:
182182 install: |
183183 abbreviation
You can’t perform that action at this time.
0 commit comments