From d8168a957674d60f4afa4a4bd0c02654946fe139 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 21 May 2023 23:35:18 +0800 Subject: [PATCH] ci: cache dependencies. --- .gitea/workflows/built-bin.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 4cb043e..90f8867 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -37,6 +37,8 @@ jobs: toolchain: stable override: true + - run: echo "steps.restore-dependencies.outputs.cache-primary-key = ${{ steps.restore-dependencies.outputs.cache-primary-key }}" + - name: Cache Dependencies uses: https://github.com/actions/cache@v3 with: