From 7a7cca7e450d38435cd4467cd13152db5b8daca5 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Mon, 11 Oct 2021 21:48:56 +0100 Subject: [PATCH] Add rust cache --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d21d7818..cfa7333e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,8 @@ jobs: cargo -V rustc -V + - uses: Swatinem/rust-cache@v1 + - name: Build uses: actions-rs/cargo@v1 with: