Skip to content

Commit

Permalink
Fix dependency installation on the latest actions runner (#607)
Browse files Browse the repository at this point in the history
Explicitly install libx11-dev and libxext-dev
  • Loading branch information
at-wat authored Feb 13, 2025
1 parent c10fb00 commit 8f916c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
libopus-dev \
libva-dev \
libvpx-dev \
libx264-dev
libx11-dev \
libx264-dev \
libxext-dev
- name: Run Test Suite
run: make test
- uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 8f916c5

Please sign in to comment.