.github/workflows/ci.yml: fix override: true (#250)

* .github/workflows/ci.yml: fix override: true

* cargo update
This commit is contained in:
Shella Stephens
2021-04-27 14:36:20 -07:00
committed by GitHub
parent d33e80faea
commit 1ad17bb025
2 changed files with 26 additions and 32 deletions
+1
View File
@@ -84,5 +84,6 @@ jobs:
profile: minimal
toolchain: 1.46.0 # MSRV
components: clippy
override: true
- run: sudo apt-get install libpcsclite-dev
- run: cargo clippy --all --exclude crypto_box --all-features -- -D warnings