Skip to content

Commit

Permalink
update cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent 1717af9 commit 8e54c98
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
os: ['ubuntu-22.04']
perl: [ '5.34' ]
steps:
- uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.34'
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure
- run: |
echo "hello world!"
# prove -lv t
- uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: '5.34'
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure
- run: |
echo "hello world!"
# prove -lv t

0 comments on commit 8e54c98

Please sign in to comment.