From 2c541aee241f2b422c3c909b9fc6671d37a0a56c Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 26 Aug 2024 12:06:45 -0400 Subject: [PATCH] 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 --- .github/workflows/deploy_cloudflare.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_cloudflare.yml b/.github/workflows/deploy_cloudflare.yml index 492eea6754177cf38059da8822e025ee9bdfa7dd..b0b16269215288acccec1ff4fff80cfd5447d194 100644 --- a/.github/workflows/deploy_cloudflare.yml +++ b/.github/workflows/deploy_cloudflare.yml @@ -21,10 +21,8 @@ jobs: with: mdbook-version: "0.4.37" - - name: Setup mold - uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1 - with: - mold-version: 2.32.0 + - name: Set up default .cargo/config.toml + run: cp ./.cargo/collab-config.toml ./.cargo/config.toml - name: Build book run: |