Use strawberry perl for windows ci tests
Change-Id: I29d92ad8a2370700982eeceea7462b4734e28ef3
diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml
index 6c82e1c..d7e6bf4 100644
--- a/.github/workflows/ci_test.yml
+++ b/.github/workflows/ci_test.yml
@@ -20,6 +20,7 @@
uses: shogo82148/actions-setup-perl@v1.12.2
with:
perl-version: ${{ matrix.perl }}
+ distribution: ${{ ( startsWith( matrix.runner, 'windows-' ) && 'strawberry' ) || 'default' }}
- run: perl -V
- name: Install dependencies
run: |