We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ffc5d commit 6b1e60dCopy full SHA for 6b1e60d
.github/workflows/release.yml
@@ -60,9 +60,10 @@ jobs:
60
- name: Install Rust toolchain
61
run: rustup target add ${{ matrix.target }}
62
63
- - name: Install Strawberry Perl (Windows)
+ - name: Prepend Strawberry Perl to PATH (Windows)
64
if: matrix.install_perl
65
- run: choco install strawberryperl
+ shell: bash
66
+ run: echo "C:/Strawberry/perl/bin" >> "$GITHUB_PATH"
67
68
- name: Install cross
69
if: matrix.use_cross
0 commit comments