From af0897300db0a72668b51b03bffb8c213d5de130 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 5 Nov 2022 16:11:30 +0100 Subject: [PATCH] Add caching to CI pipeline for speed --- .github/workflows/2022.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/2022.yml b/.github/workflows/2022.yml index 6338fa2..0fc90a3 100644 --- a/.github/workflows/2022.yml +++ b/.github/workflows/2022.yml @@ -30,6 +30,12 @@ jobs: override: true components: rustfmt, clippy + - name: Set up caching + uses: Swatinem/rust-cache@v2 + with: + workspaces: > + 2022 -> target + - name: Build binaries working-directory: 2022 run: >