We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac0700 commit 6f4d834Copy full SHA for 6f4d834
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: checkout
20
uses: actions/checkout@v4
21
+ - name: bash # required for dtolnay/rust-toolchain on alpine
22
+ run: apk add --no-cache bash
23
- name: install
24
uses: dtolnay/rust-toolchain@stable
25
with:
0 commit comments