浏览代码

Update makefile.yml

login 2 年之前
父节点
当前提交
82762007da
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/makefile.yml

+ 2 - 0
.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' }}