Skip to content

Commit

Permalink
don't install cpanm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Nov 27, 2024
1 parent 5489b9f commit b270419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
perl-version: '5.38'
- name: perl -V
run: perl -V
- run: cpanm --installdeps .
- run: prove -lv t
# - run: cpanm --installdeps .
# - run: prove -lv t
- name: Set ruby
id: ruby
run: |
Expand Down

0 comments on commit b270419

Please sign in to comment.