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:
parent
d9ad87323f
commit
2214179e0e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue