mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
docs: Install libxkbcommon
(#16897)
This PR installs the development packages for `xkbcommon` and `xkbcommon-x11` that are needed for building the `docs_preprocessor`. Release Notes: - N/A
This commit is contained in:
parent
4c7c8b005d
commit
d50cb17256
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deploy_cloudflare.yml
vendored
5
.github/workflows/deploy_cloudflare.yml
vendored
|
@ -24,6 +24,11 @@ jobs:
|
|||
- name: Set up default .cargo/config.toml
|
||||
run: cp ./.cargo/collab-config.toml ./.cargo/config.toml
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libxkbcommon-dev libxkbcommon-x11-dev
|
||||
|
||||
- name: Build book
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
|
Loading…
Reference in a new issue