try to fix linux builds

This commit is contained in:
Alula 2022-01-08 05:54:34 +01:00
parent a10a5f138c
commit 4f3312d9ca
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libasound2-dev libudev-dev pkg-config
run: sudo apt-get update && sudo apt-get install libasound2-dev libudev-dev libgl1-mesa-dev pkg-config
- name: Cache Cargo registry
uses: actions/cache@v2