Skip to content

Commit 0687d3a

Browse files
committed
stable rust
1 parent 7730e57 commit 0687d3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12+
- name: Setup Rust
13+
run: |
14+
rustup toolchain install stable
15+
rustup override set stable
1216
# Clippy must be run first, as its lints are only triggered during
1317
# compilation. Put another way: after a successful `cargo build`, `cargo
1418
# clippy` is guaranteed to produce no results. This bug is known upstream:

0 commit comments

Comments
 (0)