github perl workflow: update cpanminus url

This commit is contained in:
Derf Null 2023-04-01 18:10:05 +02:00
parent 852c7797b0
commit 2302e5388e
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -45,6 +45,6 @@ jobs:
- name: Install PostgreSQL Client Library - name: Install PostgreSQL Client Library
run: apt install libpq-dev run: apt install libpq-dev
- name: Install Perl Dependencies - 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 - name: Run Tests
run: prove -l t run: prove -l t