Skip to content

Commit 999ec64

Browse files
committed
Make: Install bash on Alpine for Rust toolchain
1 parent a8e3f66 commit 999ec64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ jobs:
729729
steps:
730730
- name: Install Git for checkout
731731
run: |
732-
apk add --no-cache git openssh ca-certificates
732+
apk add --no-cache git openssh ca-certificates bash # bash is required by dtolnay/rust-toolchain
733733
git --version
734734
- name: Log Alpine and Git versions
735735
run: |

0 commit comments

Comments
 (0)