We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b863d commit e24b6e9Copy full SHA for e24b6e9
.github/workflows/binaries.yml
@@ -85,6 +85,10 @@ jobs:
85
uses: taiki-e/install-action@v2
86
with:
87
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
92
- run: echo "RUSTFLAGS=${RUSTFLAGS} -C target-feature=+crt-static" >> "${GITHUB_ENV}"
93
if: endsWith(matrix.target, 'windows-msvc')
94
- uses: taiki-e/upload-rust-binary-action@v1
0 commit comments