Add id for cache step

This commit is contained in:
Waket Zheng 2024-06-06 17:38:51 +08:00
parent 24a2087b78
commit 480087df07

View File

@ -22,6 +22,7 @@ jobs:
- name: Start MySQL
run: sudo systemctl start mysql.service
- uses: actions/cache@v4
id: cache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/poetry.lock') }}