From 0687d3aca8e343a81e5da23a0ab56f831958bb51 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 17 Oct 2019 20:38:22 -0600 Subject: [PATCH] stable rust --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d2ba2e15..f4771b25 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,6 +9,10 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Setup Rust + run: | + rustup toolchain install stable + rustup override set stable # Clippy must be run first, as its lints are only triggered during # compilation. Put another way: after a successful `cargo build`, `cargo # clippy` is guaranteed to produce no results. This bug is known upstream: