Update makefile.yml

This commit is contained in:
login 2022-12-23 18:11:47 +08:00 committed by GitHub
parent b975025ec8
commit 82762007da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,8 @@ jobs:
with: with:
path: | path: |
~/.cargo ~/.cargo
~/.rustup
~/.bashrc
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('.github/workflows/makefile.yml') }} key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('.github/workflows/makefile.yml') }}
- if: ${{ steps.cache-build-tools.outputs.cache-hit != 'true' }} - if: ${{ steps.cache-build-tools.outputs.cache-hit != 'true' }}