From 919e5d37516ef9f5cd78e7d6d209dec08951d2c1 Mon Sep 17 00:00:00 2001 From: Rohan Sircar <47449547+rohan-sircar@users.noreply.github.com> Date: Mon, 26 Apr 2021 20:10:43 +0530 Subject: [PATCH] boo github doesn't give a way to invalidate cache --- .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 bd93afc..9c64d1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.50.0 target: x86_64-unknown-linux-gnu override: true - name: Rust Cache