Skip to content

Commit

Permalink
Different checking
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Sep 26, 2024
1 parent 328b2ca commit f1cf95b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ jobs:
PERL_CARTON_PATH: $GITHUB_WORKSPACE/local

steps:
- name: Set up Perl
run: |
choco install strawberryperl
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
- uses: actions/checkout@v4
- run: perl -V
- name: Install dependencies
uses: perl-actions/install-with-cpanm@v1
Expand Down

0 comments on commit f1cf95b

Please sign in to comment.