Skip to content

Commit 5e206e0

Browse files
committed
maybe?
1 parent ff7d441 commit 5e206e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
with:
8585
wayland: true
8686
xkb: true
87+
- name: x264
88+
run: sudo apt-get install libx264-142 libx264-dev
8789
- name: CI job
8890
# See tools/ci/src/main.rs for the commands this runs
8991
run: cargo run -p ci -- lints
@@ -374,6 +376,8 @@ jobs:
374376
with:
375377
wayland: true
376378
xkb: true
379+
- name: x264
380+
run: sudo apt-get install libx264-142 libx264-dev
377381
- name: Build and check doc
378382
# See tools/ci/src/main.rs for the commands this runs
379383
run: cargo run -p ci -- doc

0 commit comments

Comments
 (0)