From 15b2c45c70c3e86cb5db44b5eb07227d3425d15b Mon Sep 17 00:00:00 2001 From: Maksim Zdobnikau Date: Thu, 24 Oct 2024 02:37:13 +0200 Subject: [PATCH] Add rust cache; Minor reorder --- .github/workflows/website-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 7a2bf75c1..6d9200fb0 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -23,9 +23,10 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - - uses: software-mansion/setup-scarb@v1 + - uses: Swatinem/rust-cache@v2 - name: Install mdBook run: cargo install --version ${MDBOOK_VERSION} mdbook + - uses: software-mansion/setup-scarb@v1 - name: Init Scarb to cache corelib id: scarb-init run: |