We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacd5a9 commit 870d529Copy full SHA for 870d529
.github/workflows/ci.yml
@@ -21,6 +21,12 @@ jobs:
21
uses: dtolnay/rust-toolchain@stable
22
with:
23
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
30
31
- name: Check formatting
32
run: cargo fmt --all -- --check
0 commit comments