1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-16 16:20:49 +00:00

FIxing lint in nightly

This commit is contained in:
Syrus 2019-07-05 20:22:40 -07:00
parent 196fdb60c3
commit 14fa5589e9

@ -35,8 +35,8 @@ jobs:
name: Install lint deps
command: |
git config --global --unset url."ssh://git@github.com".insteadOf || true
rustup toolchain install nightly-2019-06-10
rustup default nightly-2019-06-10
# rustup toolchain install nightly-2019-06-10
# rustup default nightly-2019-06-10
rustup component add rustfmt
rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
- run: