Added dependencies for examples to Github action
This commit is contained in:
parent
a0ba674197
commit
1a63603fa0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: jwsi/submodule-checkout@v1
|
- uses: jwsi/submodule-checkout@v1
|
||||||
|
- name: Install dependencies
|
||||||
|
run: apt update && apt install -y libxcb-shape0-dev libxcb-xfixes0-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Reference in a new issue