From 06b17d6a437f0e76b3d996e5ccf94e0b139910cb Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 28 Jun 2021 15:06:29 +0100 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bb9a234..fcb90185 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,5 +127,5 @@ jobs: - name: Clear the cargo caches run: | - cargo install cargo-cache --no-default-features --features ci-autoclean + cargo install cargo-cache --version 0.6.2 --no-default-features --features ci-autoclean cargo-cache