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 72d67c1Copy full SHA for 72d67c1
.github/workflows/ci.yml
@@ -84,6 +84,8 @@ jobs:
84
with:
85
wayland: true
86
xkb: true
87
+ - name: x264
88
+ run: 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
0 commit comments