Skip to content

Commit 5541a90

Browse files
committed
fix: Install libx11-xcb-dev to CI action
1 parent f3ef512 commit 5541a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.toml') }}
2525
${{ runner.os }}-cargo-target
26+
- run: apt-get install -y libx11-xcb-dev
2627
- name: Build
2728
run: cargo build --verbose --all --all-features
2829
- name: Run tests

0 commit comments

Comments
 (0)