mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 00:45:43 -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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue