Skip to content

Commit 94bcd56

Browse files
committed
fix CI
1 parent 566668d commit 94bcd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if [[ ${RUNNER_OS} == "Linux" ]]; then
4747
log 'info' 'Download dep'
4848
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
49+
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
5050
log 'info' 'Cargo Clippy'
5151
cargo clippy --quiet
5252
log 'info' 'Cargo Build'

0 commit comments

Comments
 (0)