From d58707a5b75e1cfd4c715dd08f9237ef57e4fa1b Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Mon, 13 Feb 2023 22:03:20 +0100 Subject: [PATCH] Use rust-cache action in ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffad249..fea4f16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: toolchain: stable override: true components: clippy, rustfmt + - uses: Swatinem/rust-cache@v2 - uses: actions-rs/clippy-check@v1 if: ${{ github.actor != 'dependabot[bot]' }} with: @@ -38,6 +39,7 @@ jobs: profile: minimal toolchain: stable override: true + - uses: Swatinem/rust-cache@v2 - run: cargo install mdsh mandown - run: cargo build --release - run: ./build-manpages.sh