Update rust.yml

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

View file

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: sudo apt install libflac-dev
- name: Build
run: cargo build --verbose --release
- name: Run tests