1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:35:41 -04:00

Missing cpm subcommand

This commit is contained in:
Ryan Voots 2020-10-29 22:42:15 -07:00
parent 83fbd0702a
commit b5fe72d63b

View file

@ -25,7 +25,7 @@ jobs:
cpanm install App::cpm cpanm install App::cpm
- name: Install depedencies - name: Install depedencies
run: | run: |
cpm -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile cpm install -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile
- name: Run tests - name: Run tests
run: | run: |
bin/run-tests bin/run-tests