CI: install required libraries on linux
This commit is contained in:
parent
c476c7f1a2
commit
d77fd9e3dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -49,10 +49,10 @@ jobs:
|
|||
profile: minimal
|
||||
toolchain: stable
|
||||
override: true
|
||||
- run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: -p egui -p egui_demo_lib # TODO: fix weird build issues with the others
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
|
|
Loading…
Reference in a new issue