Skip to content

Commit e2ffc5d

Browse files
committed
Use Chocolatey Strawberry Perl on Windows for OpenSSL build
1 parent 00b6c28 commit e2ffc5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262

6363
- name: Install Strawberry Perl (Windows)
6464
if: matrix.install_perl
65-
uses: shogo82148/actions-setup-perl@v1
66-
with:
67-
perl-version: "5.38"
65+
run: choco install strawberryperl
6866

6967
- name: Install cross
7068
if: matrix.use_cross

0 commit comments

Comments
 (0)