From 82762007da41148e1ed1df465211eb5c8ba2c15e Mon Sep 17 00:00:00 2001 From: login Date: Fri, 23 Dec 2022 18:11:47 +0800 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 056cc9a2..b07393e8 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -37,6 +37,8 @@ jobs: with: path: | ~/.cargo + ~/.rustup + ~/.bashrc key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('.github/workflows/makefile.yml') }} - if: ${{ steps.cache-build-tools.outputs.cache-hit != 'true' }}