diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 1e89fbc..160b6b2 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -30,4 +30,4 @@ jobs: toolchain: stable components: clippy - - run: sudo apt install pkg-config libdbus-1-dev && cargo clippy -- -D warnings \ No newline at end of file + - run: sudo apt install pkg-config libdbus-1-dev -y && cargo clippy -- -D warnings \ No newline at end of file