From aee907a90546a46368e1ff00315765d1fed12e7c Mon Sep 17 00:00:00 2001 From: Youjie Zheng Date: Thu, 19 Sep 2024 16:15:11 +0845 Subject: [PATCH] 1 --- .github/workflows/docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9be29297..e628dde2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,6 +19,9 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: toolchain: ${{ env.rust-toolchain }} + - uses: Swatinem/rust-cache@v2 + - run: cargo install cargo-binutils + - run: ./scripts/get_deps.sh - name: Build docs continue-on-error: ${{ github.ref != env.default-branch && github.event_name != 'pull_request' }} run: cargo doc --no-deps --all-features --workspace