Skip to content

Commit 870d529

Browse files
committed
CI: Add missing ubuntu dependencies
1 parent cacd5a9 commit 870d529

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
uses: dtolnay/rust-toolchain@stable
2222
with:
2323
components: rustfmt
24+
25+
- name: Install Linux dependencies
26+
if: runner.os == 'Linux'
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install -y libxcb1-dev libxkbcommon-dev libxkbcommon-x11-dev
2430
2531
- name: Check formatting
2632
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)