diff options
author | Derf Null <derf@finalrewind.org> | 2023-04-01 18:10:05 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-04-01 18:10:05 +0200 |
commit | 2302e5388e71fafa80c7c7702d6b5819734c2efb (patch) | |
tree | ca6891b5e5c40fae6a7deaf9542886ce335d5418 /.github | |
parent | 852c7797b0b1d54078d0720a88f59807252e05d8 (diff) |
github perl workflow: update cpanminus url
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/perl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/perl.yml b/.github/workflows/perl.yml index 64f8a15..2e64b35 100644 --- a/.github/workflows/perl.yml +++ b/.github/workflows/perl.yml @@ -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 |