diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0d5cc4..5fb5edc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,5 +88,7 @@ jobs: arch: 'x86_64' desc: 'test package' post: 'echo post1' + build_requires: 'perl-Git = 2.43.0' + requires: 'git-core = 2.43.0' - run: | docker run --rm -v $PWD:/work -t centos:7 bash -c 'rpm -Uvh /work/*.rpm && testbin' diff --git a/action.yml b/action.yml index 9eb0d1b..d9904b3 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ outputs: description: 'File name of resulting .rpm debuginfo file.' runs: using: 'docker' - image: 'docker://jiro4989/build-rpm-action:2.4.0' + image: 'docker://jiro4989/build-rpm-action:2.5.0' # Ref: https://haya14busa.github.io/github-action-brandings/ # TODO: update branding if you want.