Browse Source

Update makefile.yml

login 2 years ago
parent
commit
82762007da
1 changed files with 2 additions and 0 deletions
  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' }}