Add --yes to apt-get install
This commit is contained in:
parent
8c3baa3823
commit
343cd30d80
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
|
||||
run: sudo apt-get update; sudo apt-get install --yes --no-install-recommends libasound2-dev libudev-dev
|
||||
- name: Run cargo test
|
||||
run: cargo test
|
||||
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
with:
|
||||
components: clippy
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
|
||||
run: sudo apt-get update; sudo apt-get install --yes --no-install-recommends libasound2-dev libudev-dev
|
||||
- name: Run clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user