Skip to content

Commit c7ddd9a

Browse files
committed
Work around actions-setup-perl failure
1 parent 730e373 commit c7ddd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.email github-actions@github.com
2727
git branch --track gh-pages origin/gh-pages
2828
- name: Setup Perl
29-
uses: shogo82148/actions-setup-perl@v1
29+
uses: shogo82148/actions-setup-perl@v1.36.0
3030
- name: Setup Perl environment
3131
run: |
3232
echo PERL5LIB="$(pwd)/local/lib/perl5:${PERL5LIB}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)