Merge pull request #171 from nickolay/master

Fix GitHub CI failures.
This commit is contained in:
Nickolay Ponomarev 2020-05-26 21:47:25 +03:00 committed by GitHub
commit 2644bc4ac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,13 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Rust
run: |
rustup toolchain install nightly && rustup component add --toolchain nightly rustfmt
rustup toolchain install nightly --profile default
rustup toolchain install stable
rustup override set stable
# Clippy must be run first, as its lints are only triggered during