1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-27 20:48:54 +00:00

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

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