Skip to content

Commit 4e467c4

Browse files
committed
Install xcb-shm deps in CI
1 parent 4519df9 commit 4e467c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install system dependencies
1717
run: |
1818
sudo apt-get update
19-
sudo apt-get install -y pkg-config libfontconfig1-dev libx11-dev
19+
sudo apt-get install -y pkg-config libfontconfig1-dev libx11-dev libxcb-shm0-dev
2020
2121
- name: Install Rust toolchain
2222
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)