Skip to content

Commit 6f4d834

Browse files
committed
ci.yml install bash
1 parent bac0700 commit 6f4d834

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: checkout
2020
uses: actions/checkout@v4
21+
- name: bash # required for dtolnay/rust-toolchain on alpine
22+
run: apk add --no-cache bash
2123
- name: install
2224
uses: dtolnay/rust-toolchain@stable
2325
with:

0 commit comments

Comments
 (0)