From d50cb1725680da8532bcf32716055a025ed82db0 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 26 Aug 2024 12:48:46 -0400 Subject: [PATCH] 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 --- .github/workflows/deploy_cloudflare.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy_cloudflare.yml b/.github/workflows/deploy_cloudflare.yml index b0b1626921..5cf4d6fd13 100644 --- a/.github/workflows/deploy_cloudflare.yml +++ b/.github/workflows/deploy_cloudflare.yml @@ -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