We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7730e57 commit 0687d3aCopy full SHA for 0687d3a
1 file changed
.github/workflows/rust.yml
@@ -9,6 +9,10 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v1
12
+ - name: Setup Rust
13
+ run: |
14
+ rustup toolchain install stable
15
+ rustup override set stable
16
# Clippy must be run first, as its lints are only triggered during
17
# compilation. Put another way: after a successful `cargo build`, `cargo
18
# clippy` is guaranteed to produce no results. This bug is known upstream:
0 commit comments