enh(ci): json path version 1.0.4 (#4912)
This commit is contained in:
parent
b4b0d50dee
commit
409cc16c1c
.github/workflows
|
@ -71,13 +71,13 @@ jobs:
|
|||
if [ "${{ matrix.distrib }}" = "el8" ]; then
|
||||
cpanm -v -l /tmp JSON::Path@0.5
|
||||
else
|
||||
cpanm -v -l /tmp JSON::Path@1.0.3
|
||||
cpanm -v -l /tmp JSON::Path@1.0.4
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
- name: Set package name and paths according to distrib
|
||||
run: |
|
||||
VERSION="1.0.3"
|
||||
VERSION="1.0.4"
|
||||
if [[ "${{ matrix.package_extension }}" == "deb" ]]; then
|
||||
NAME="libjson-path-perl"
|
||||
PERL_VENDORLIB="/usr/share/perl5"
|
||||
|
|
Loading…
Reference in New Issue