Update rust.yml

This commit is contained in:
Guillem Castro 2022-06-08 17:31:14 +02:00 committed by GitHub
parent 34187ae605
commit 0e311777d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: sudo apt install libflac-dev
run: sudo apt install libflac-dev build-essential pkg-config alsa libasound2-dev
- name: Build
run: cargo build --verbose --release
- name: Run tests