mirror of
https://github.com/pion/mediadevices.git
synced 2025-10-05 08:36:55 +08:00
Fix dependency installation on the latest actions runner (#607)
Explicitly install libx11-dev and libxext-dev
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -32,7 +32,9 @@ jobs:
|
|||||||
libopus-dev \
|
libopus-dev \
|
||||||
libva-dev \
|
libva-dev \
|
||||||
libvpx-dev \
|
libvpx-dev \
|
||||||
libx264-dev
|
libx11-dev \
|
||||||
|
libx264-dev \
|
||||||
|
libxext-dev
|
||||||
- name: Run Test Suite
|
- name: Run Test Suite
|
||||||
run: make test
|
run: make test
|
||||||
- uses: codecov/codecov-action@v5
|
- uses: codecov/codecov-action@v5
|
||||||
|
Reference in New Issue
Block a user