mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-03 16:16:33 +00:00
Added missing libxkbcommon-x11-dev library dependency for CI.
This commit is contained in:
parent
8978434fbb
commit
ac706b1db3
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install deps
|
||||
run: sudo apt install -y pkg-config libx11-dev libasound2-dev libssl-dev cmake libfreetype6-dev libexpat1-dev libxcb-composite0-dev libfuse3-dev
|
||||
run: sudo apt install -y pkg-config libx11-dev libasound2-dev libssl-dev cmake libfreetype6-dev libexpat1-dev libxcb-composite0-dev libfuse3-dev libxkbcommon-x11-dev
|
||||
- name: Install minimal nightly with clippy and rustfmt
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user