We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870d529 commit 0ecd338Copy full SHA for 0ecd338
.github/workflows/ci.yml
@@ -21,12 +21,6 @@ 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
@@ -79,6 +73,12 @@ jobs:
79
73
uses: dtolnay/rust-toolchain@master
80
74
81
75
toolchain: ${{ matrix.rust }}
76
+
77
+ - name: Install Linux dependencies
78
+ if: runner.os == 'Linux'
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y libxcb1-dev libxkbcommon-dev libxkbcommon-x11-dev
82
83
- name: Cache cargo registry
84
uses: actions/cache@v4
0 commit comments