From d0cf2fd1b79158858b3516343a7fe5b5c42243e6 Mon Sep 17 00:00:00 2001 From: Akulij Date: Sun, 4 May 2025 01:04:08 +0300 Subject: [PATCH] cd.yaml: fix rust toolchain cache restore paths --- .gitea/workflows/cd.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 7ec339a..896d539 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -11,7 +11,8 @@ jobs: uses: actions/cache/restore@v4 with: path: | - ~/.rustup/toolchains + ~/.rustup + ~/.cargo key: linux-rust-toolchainv2 - name: Install minimal stable with clippy and rustfmt uses: actions-rs/toolchain@v1