Fix dependency installation on the latest actions runner (#607)

Explicitly install libx11-dev and libxext-dev
This commit is contained in:
Atsushi Watanabe
2025-02-13 11:26:11 +09:00
committed by GitHub
parent c10fb000db
commit 8f916c5c67

View File

@@ -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