mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
github perl workflow: update cpanminus url
This commit is contained in:
parent
852c7797b0
commit
2302e5388e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/perl.yml
vendored
2
.github/workflows/perl.yml
vendored
|
@ -45,6 +45,6 @@ jobs:
|
|||
- name: Install PostgreSQL Client Library
|
||||
run: apt install libpq-dev
|
||||
- name: Install Perl Dependencies
|
||||
run: curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure
|
||||
run: curl -sL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --show-build-log-on-failure
|
||||
- name: Run Tests
|
||||
run: prove -l t
|
||||
|
|
Loading…
Reference in a new issue