docs: Override .cargo/config.toml
(#16889)
Still trying to work through issues building the docs. Trying to see if using a simpler Cargo config (that doesn't use `mold` flags) helps. Release Notes: - N/A
This commit is contained in:
parent
afe4d8c8cc
commit
2c541aee24
1 changed files with 2 additions and 4 deletions
6
.github/workflows/deploy_cloudflare.yml
vendored
6
.github/workflows/deploy_cloudflare.yml
vendored
|
@ -21,10 +21,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
mdbook-version: "0.4.37"
|
mdbook-version: "0.4.37"
|
||||||
|
|
||||||
- name: Setup mold
|
- name: Set up default .cargo/config.toml
|
||||||
uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1
|
run: cp ./.cargo/collab-config.toml ./.cargo/config.toml
|
||||||
with:
|
|
||||||
mold-version: 2.32.0
|
|
||||||
|
|
||||||
- name: Build book
|
- name: Build book
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue