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 8e54c98 commit d9a05d2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ jobs:
matrix:
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
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
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 d9a05d2

Please sign in to comment.