fix(ci): install dependencies
This commit is contained in:
parent
763f0da64c
commit
a38a6f5d73
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- name: System dependencies
|
||||||
|
run: sudo apt-get update; sudo apt-get install -y libxkbcommon-dev libwayland-dev
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: cargo doc --verbose --features tokio,winit
|
run: cargo doc --verbose --features tokio,winit
|
||||||
- name: Deploy documentation
|
- name: Deploy documentation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue