mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 18:45:42 -04:00
fix yaml and switch to cpm to hopefully speed up
This commit is contained in:
parent
53cff4b3a5
commit
72f3ddf6fa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue