mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
ci: install libspeechd-dev and fix new clippy lints (#252)
* ci: install libspeechd-dev * Fix new clippy lints for rust 1.51.0
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
- run: sudo apt-get install libspeechd-dev
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
@@ -114,6 +115,7 @@ jobs:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- run: rustup component add clippy
|
||||
- run: sudo apt-get install libspeechd-dev
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
|
||||
Reference in New Issue
Block a user