We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7d441 commit 5e206e0Copy full SHA for 5e206e0
.github/workflows/ci.yml
@@ -84,6 +84,8 @@ jobs:
84
with:
85
wayland: true
86
xkb: true
87
+ - name: x264
88
+ run: sudo apt-get install libx264-142 libx264-dev
89
- name: CI job
90
# See tools/ci/src/main.rs for the commands this runs
91
run: cargo run -p ci -- lints
@@ -374,6 +376,8 @@ jobs:
374
376
375
377
378
379
380
381
- name: Build and check doc
382
383
run: cargo run -p ci -- doc
0 commit comments