Skip to content

Commit b4c5842

Browse files
committed
CI: provide missing build dependencies
1 parent 7483942 commit b4c5842

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Get build dependencies
19-
run: sudo apt install libxcb1 libdbus-1-dev pkg-config
19+
run: |
20+
sudo apt install \
21+
pkg-config libdbus-1-dev libxcb1 \
22+
libxcb-shape0-dev libxcb-xfixes0-dev
2023
2124
- name: Build
2225
run: cargo build --verbose

0 commit comments

Comments
 (0)