Skip to content

Commit 6b1e60d

Browse files
committed
Prepend Strawberry Perl to PATH on Windows (already installed on runner)
1 parent e2ffc5d commit 6b1e60d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
- name: Install Rust toolchain
6161
run: rustup target add ${{ matrix.target }}
6262

63-
- name: Install Strawberry Perl (Windows)
63+
- name: Prepend Strawberry Perl to PATH (Windows)
6464
if: matrix.install_perl
65-
run: choco install strawberryperl
65+
shell: bash
66+
run: echo "C:/Strawberry/perl/bin" >> "$GITHUB_PATH"
6667

6768
- name: Install cross
6869
if: matrix.use_cross

0 commit comments

Comments
 (0)