🐛 运行检查缓存修复

This commit is contained in:
AkashiCoin 2024-08-28 00:44:51 +08:00
parent 7c880497ed
commit 756ad3dfaf

View File

@ -33,7 +33,7 @@ jobs:
- name: Cache Data cache
uses: actions/cache@v3
with:
path: ~/data
path: data
key: data-cache-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}
- name: Install dependencies