Răsfoiți Sursa

github: Try using rust cache for mdbook generation.

parazyd 4 ani în urmă
părinte
comite
2bd57fa1e2
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/book.yml

+ 2 - 0
.github/workflows/book.yml

@@ -26,6 +26,8 @@ jobs:
                 override: true
                 components: rustfmt, clippy
 
+            - uses: Swatinem/rust-cache@v1
+
             - name: Install ghp-import and mdbook
               run: |
                 pip install ghp-import