lighthouse/.github/workflows
Michael Sproul 393782f632 Prefer viable nightly Rust builds for CI (#1379)
## Proposed Changes

CI is failing on PRs because of a regression in nightly Rust. This change forces `rustup` to install a version of the nightly compiler that can at least build `rustfmt`, which should reduce the frequency of this happening.

## Additional Info

Example failing run: https://github.com/sigp/lighthouse/runs/896694659

Alternatively, we could allow CI to succeed even when `cargo-udeps` fails, but I think we should avoid doing that unless we really have to.
2020-07-22 07:34:30 +00:00
..
book.yml Add a GitHub action to publish The Book (#877) 2020-03-06 10:54:07 +11:00
test-suite.yml Prefer viable nightly Rust builds for CI (#1379) 2020-07-22 07:34:30 +00:00