Skip to content

Commit

Permalink
chore: Enable uv cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored and twpayne committed Nov 6, 2024
1 parent 938fdfd commit 90c6ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- uses: astral-sh/setup-uv@3b9817b1bf26186f03ab8277bab9b827ea5cc254
with:
enable-cache: true
version: ${{ env.UV_VERSION }}
- name: install-website-dependencies
run: |
Expand Down Expand Up @@ -461,6 +462,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- uses: astral-sh/setup-uv@3b9817b1bf26186f03ab8277bab9b827ea5cc254
with:
enable-cache: true
version: ${{ env.UV_VERSION }}
- name: prepare-chezmoi.io
run: |
Expand Down

0 comments on commit 90c6ba1

Please sign in to comment.