From 76ebaccb655d175446197ee13488ddcc6786fad4 Mon Sep 17 00:00:00 2001 From: Ben Goebel Date: Tue, 23 Jul 2024 15:11:54 -0400 Subject: [PATCH] add rust cache to docs --- .github/workflows/mdbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index cc29012c..720fb493 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -34,6 +34,7 @@ jobs: MDBOOK_VERSION: 0.4.36 steps: - uses: actions/checkout@v4 + - uses: Swatinem/rust-cache@v2 - name: Install mdBook run: | curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh