.github/workflows/ci.yml: fix override: true (#250)
* .github/workflows/ci.yml: fix override: true * cargo update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user