Update build.yml

Original commit: 59cd584785
This commit is contained in:
Wojciech Daniło 2019-10-07 17:10:04 +02:00 committed by GitHub
parent 1e0d0aba62
commit d59b2c95be

View File

@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1