Skip to content

Commit 83cb15b

Browse files
committed
Enable uv cache
1 parent 069d6ed commit 83cb15b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/setup-python@main
1515
- uses: astral-sh/setup-uv@main
16+
with:
17+
enable-cache: true
1618
- uses: actions/checkout@main
1719
- run: uv run generate.py
1820
- run: git config --local user.email github-actions@github.com

0 commit comments

Comments
 (0)