Skip to content

Commit 00b6c28

Browse files
committed
Install Strawberry Perl on Windows for OpenSSL vendored build
1 parent ab7af83 commit 00b6c28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,19 @@ jobs:
5353
use_cross: true
5454
- target: x86_64-pc-windows-msvc
5555
os: windows-latest
56+
install_perl: true
5657
steps:
5758
- uses: actions/checkout@v6
5859

5960
- name: Install Rust toolchain
6061
run: rustup target add ${{ matrix.target }}
6162

63+
- name: Install Strawberry Perl (Windows)
64+
if: matrix.install_perl
65+
uses: shogo82148/actions-setup-perl@v1
66+
with:
67+
perl-version: "5.38"
68+
6269
- name: Install cross
6370
if: matrix.use_cross
6471
uses: taiki-e/install-action@v2

0 commit comments

Comments
 (0)