mirror of
https://github.com/talwat/lowfi
synced 2025-12-07 23:47:46 +00:00
ci: install dependencies
This commit is contained in:
parent
6a155f3cd3
commit
81401575de
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -16,8 +16,11 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Setup Rust
|
||||
- name: Install dependencies
|
||||
run: sudo apt install libasound2-dev
|
||||
|
||||
- name: Setup rust
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --all --verbose
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user