Install xcb libraries in CI
This commit is contained in:
parent
12b7479a4a
commit
10f1ff7a07
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -11,6 +11,9 @@ jobs:
|
|||
- uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- name: Install xcb libraries
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
- uses: actions/checkout@master
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue