Skip to content

Commit

Permalink
CI: provide missing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Mar 18, 2024
1 parent 7483942 commit b4c5842
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
uses: actions/checkout@v4

- name: Get build dependencies
run: sudo apt install libxcb1 libdbus-1-dev pkg-config
run: |
sudo apt install \
pkg-config libdbus-1-dev libxcb1 \
libxcb-shape0-dev libxcb-xfixes0-dev
- name: Build
run: cargo build --verbose

0 comments on commit b4c5842

Please sign in to comment.