Skip to content

Commit

Permalink
use shogo82148/actions-setup-perl directly for testing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Aug 3, 2023
1 parent 703ae70 commit 80d92bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit 80d92bf

Please sign in to comment.