Update rust.yml

This commit is contained in:
2024-08-01 15:52:02 -04:00
committed by GitHub
parent b73ef8c0c8
commit 29f480b8a7

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install deps
run: sudo apt install libasound2-dev
run: sudo apt install libasound2-dev libudev-dev
- name: Build
run: cargo build --verbose
- name: Run tests