Skip to content

Commit

Permalink
fix: install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Dec 31, 2023
1 parent 6a6a716 commit 225353d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +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'
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'
docker run --rm -v $PWD:/work -t centos:7 bash -c 'yum install -y perl-Git git-core && rpm -Uvh /work/*.rpm && testbin'

0 comments on commit 225353d

Please sign in to comment.