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 566668d commit 94bcd56Copy full SHA for 94bcd56
.github/workflows/rust.yml
@@ -46,7 +46,7 @@ jobs:
46
if [[ ${RUNNER_OS} == "Linux" ]]; then
47
log 'info' 'Download dep'
48
sudo apt-get update
49
- sudo apt-get install -y ninja-build lib{x11,xext,xft,xinerama,xcursor,xrender,xfixes,pango1.0,gl1-mesa,glu1-mesa,xdo}-dev
+ sudo apt-get install -y ninja-build lib{x11,xext,xft,xinerama,xcursor,xrender,xfixes,pango1.0,gl1-mesa,glu1-mesa,xdo,xcb-randr0}-dev
50
log 'info' 'Cargo Clippy'
51
cargo clippy --quiet
52
log 'info' 'Cargo Build'
0 commit comments