Skip to content

Commit e24b6e9

Browse files
committed
Use Strawberry Perl for Windows vendored OpenSSL
1 parent d7b863d commit e24b6e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/binaries.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
uses: taiki-e/install-action@v2
8686
with:
8787
tool: cross
88+
- name: Prefer Strawberry Perl on Windows
89+
if: startsWith(matrix.os, 'windows')
90+
shell: pwsh
91+
run: echo "PERL=C:/Strawberry/perl/bin/perl" >> $env:GITHUB_ENV
8892
- run: echo "RUSTFLAGS=${RUSTFLAGS} -C target-feature=+crt-static" >> "${GITHUB_ENV}"
8993
if: endsWith(matrix.target, 'windows-msvc')
9094
- uses: taiki-e/upload-rust-binary-action@v1

0 commit comments

Comments
 (0)