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

fix yaml and switch to cpm to hopefully speed up

This commit is contained in:
Ryan Voots 2020-10-29 22:38:09 -07:00
parent 53cff4b3a5
commit 72f3ddf6fa

View file

@ -20,8 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Regular tests
env:
run: |
apt update && apt -y install libprotobuf-dev libprotoc-dev
cpanm --installdeps --notest --mirror-only --mirror http://cpanproxy/ --configure-timeout 180 --build-timeout 600 .
cpanm install App::cpm
cpm -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile
bin/run-tests