From 9bcefedb8d14ba848118cc611e75bf634cd64847 Mon Sep 17 00:00:00 2001 From: kennethloeffler Date: Sat, 30 Dec 2023 21:30:40 -0800 Subject: [PATCH] Add rust cache to lint and format check --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec2bc4388..17205587e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,9 @@ jobs: override: true components: rustfmt, clippy + - name: Rust cache + uses: Swatinem/rust-cache@v2 + - name: Setup Aftman uses: ok-nick/setup-aftman@v0.3.0 with: