Skip to content

Commit

Permalink
update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kfly8 committed Aug 13, 2024
1 parent f8f5d0f commit 1a6f253
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 @@ -23,13 +23,13 @@ jobs:
]
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- name: Install dependencies
run: cpm install -g
run: cpm install -g --with-all
- run: perl Build.PL
- run: ./Build
- run: ./Build test
Expand Down

0 comments on commit 1a6f253

Please sign in to comment.