Skip to content

Commit

Permalink
bug in actions-setup-perl has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Dec 8, 2020
1 parent 71fe569 commit 10e5991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
name: list available perl versions
runs-on: 'ubuntu-latest'
steps:
- uses: shogo82148/actions-setup-perl@v1.8.3
- uses: shogo82148/actions-setup-perl@v1
- id: set-matrix
name: list available perl versions
shell: perl {0}
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v2

- name: switch to perl ${{ matrix.perl }}
uses: shogo82148/actions-setup-perl@v1.8.3
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}

Expand Down

0 comments on commit 10e5991

Please sign in to comment.