mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix(ci): docs workflow deps step missing
This commit is contained in:
@@ -30,6 +30,16 @@ jobs:
|
||||
- name: Cache cargo
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: install dependencies (linux)
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt install -y \
|
||||
pkg-config libpcsclite-dev libudev-dev libvulkan-dev \
|
||||
libwayland-dev wayland-protocols libxkbcommon-dev \
|
||||
libxcb1-dev libxkbcommon-x11-dev libfontconfig1-dev \
|
||||
libasound2-dev libdbus-1-dev libx11-dev \
|
||||
libxcb-shape0-dev libxcb-xfixes0-dev libusb-1.0-0-dev
|
||||
|
||||
- name: Generate Documentation
|
||||
run: cargo doc --document-private-items
|
||||
|
||||
|
||||
Reference in New Issue
Block a user