Closed
Description
I think it is reasonable for install-cpm to have some options:
uses: perl-actions/install-cpm@v1.0
with:
perl: /usr/local/bin/perl
path: /usr/local/bin/cpm
version: 0.991
sudo: false
Here
perl
Which perl to be used with cpm. If this is specified, rewrite the shebang in cpm.path
The install path of cpm. The default value would be$Config{installsitescript}/cpm
.version
The version of cpm. Note that you can fetch cpm with a specific version byhttps://raw.githubusercontent.com/skaji/cpm/<version>/cpm
url.sudo
Use sudo when locating cpm.
Metadata
Metadata
Assignees
Labels
No labels