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

resolver syntax is hard

This commit is contained in:
Ryan Voots 2020-10-29 22:54:48 -07:00
parent e1937d5590
commit bd2f4948b9

View file

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