docs: Set up mold for docs_preprocessor (#16888)

This PR sets up `mold` in the GitHub Action for deploying the docs,
since we need it to build `docs_preprocessor` due to the flags we use on
Linux.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-26 11:54:42 -04:00 committed by GitHub
parent 3b0eb607ca
commit 73bde398af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,11 @@ jobs:
with:
mdbook-version: "0.4.37"
- name: Setup mold
uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1
with:
mold-version: 2.32.0
- name: Build book
run: |
set -euo pipefail