add repository to cache key
All checks were successful
/ deps (push) Successful in 11m27s
/ test (push) Successful in 25m54s

This commit is contained in:
Jacob Lifshay 2024-10-30 20:57:17 -07:00
parent 4c94f5d91a
commit 265b5a9cec
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -19,7 +19,7 @@ jobs:
id: restore-deps
with:
path: deps
key: deps-${{ runner.os }}-${{ hashFiles('.forgejo/workflows/deps.yml') }}
key: ${{ github.repository }}-deps-${{ runner.os }}-${{ hashFiles('.forgejo/workflows/deps.yml') }}
lookup-only: true
- name: Install Apt packages
if: steps.restore-deps.outputs.cache-hit != 'true'