generate-srcinfo: set a cache glob for uv

so it doesn't complain about not finding one
This commit is contained in:
Christoph Reiter
2025-10-22 08:41:26 +02:00
parent e7a86b93ad
commit d238deeb04

View File

@@ -25,6 +25,8 @@ jobs:
python-version: '3.12'
- uses: astral-sh/setup-uv@v7
with:
cache-dependency-glob: .github/workflows/generate-srcinfo.yml
- name: Install dependencies
run: |