Skip to content

Commit

Permalink
fix: comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Dec 31, 2023
1 parent 94796b5 commit b312091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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'

0 comments on commit b312091

Please sign in to comment.