We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d1ca commit 7ba57a8Copy full SHA for 7ba57a8
.github/workflows/main.yml
@@ -93,6 +93,7 @@ jobs:
93
- uses: actions/checkout@master
94
- name: Install Rust
95
run: rustup update 1.31.0 --no-self-update && rustup default 1.31.0
96
+ shell: bash
97
- run: cargo build
98
99
rustfmt:
0 commit comments