Skip to content

Commit

Permalink
install latest Scalar::Util
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Aug 2, 2024
1 parent 187fd2f commit 6b729c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: perl -V
run: perl -V
- name: install dependencies
run: cpanm -nq --with-configure --with-develop --with-suggests --installdeps .
run: |
cpanm -nq --with-configure --with-develop --with-suggests --installdeps .
cpanm -nq Scalar::Util
- name: Build.PL
run: perl Build.PL
- run: ./Build
Expand Down

0 comments on commit 6b729c2

Please sign in to comment.