1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-12-09 21:48:48 +00:00

Fix Linux CI

This commit is contained in:
biroder 2025-01-08 17:32:38 +02:00 committed by GitHub
parent d9ad87323f
commit 2214179e0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt install libasound2-dev libudev-dev libgl1-mesa-dev
run: sudo apt install libasound2-dev libudev-dev libgl1-mesa-dev libxext-dev
- name: Restore cache
uses: actions/cache/restore@v4