use both this project and upstream as cache key

This commit is contained in:
Emil Lerch 2025-01-10 16:49:15 -08:00
parent 67f41a7660
commit a4e3c09f22
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -21,7 +21,7 @@ jobs:
- name: Upstream version
id: upstream-version
run: |
echo "version=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo "version=$(git rev-parse HEAD)/$(cd chawan && git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Check for pre-existing build
id: cache
uses: actions/cache/restore@v4