Skip to content

Commit 6002f67

Browse files
authored
install x264 linux dependency in CI jobs that need it (#22139)
# Objective - Some CI jobs on a schedule / on main started failing after #21237 - Fixes part of #21978 ## Solution - Install the linux dependencies needed
1 parent a3ad40d commit 6002f67

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
with:
4747
wayland: true
4848
xkb: true
49+
x264: true
4950

5051
# This does the following:
5152
# - Replaces the docs icon with one that clearly denotes it's not the released package on crates.io

.github/workflows/update-caches.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
with:
116116
wayland: true
117117
xkb: true
118+
x264: true
118119

119120
# Fetch the cache using the complete key - to avoid rebuilding the cache if nothing changed
120121
- uses: actions/cache/restore@v4

.github/workflows/weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
with:
6868
wayland: true
6969
xkb: true
70+
x264: true
7071
- name: Run lints
7172
# See tools/ci/src/main.rs for the commands this runs
7273
run: cargo run -p ci -- lints

0 commit comments

Comments
 (0)