fix(ci): install dependencies

This commit is contained in:
Hojjat 2026-03-26 18:02:10 -06:00 committed by Michael Murphy
parent 763f0da64c
commit a38a6f5d73

View file

@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: System dependencies
run: sudo apt-get update; sudo apt-get install -y libxkbcommon-dev libwayland-dev
- name: Build documentation
run: cargo doc --verbose --features tokio,winit
- name: Deploy documentation