1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 16:25: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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Regular tests - name: Regular tests
env:
run: | run: |
apt update && apt -y install libprotobuf-dev libprotoc-dev 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 bin/run-tests