From 844494b2ca2a11a4189282b04529bc488de77ac5 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Tue, 15 Oct 2024 16:42:51 -0400 Subject: [PATCH] ci(daily): fix the `test` job to reference the `nightly` cache channel --- .github/workflows/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 1da0a77..09214d0 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -150,7 +150,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: - shared-key: ${{ matrix.supporteds.target }}-latest + shared-key: ${{ matrix.supporteds.target }}-latest-nightly cache-on-failure: "true" - name: Test