mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 16:26:37 +02:00
ci: Cache uv toolchain
This commit is contained in:
parent
d1fa9d2af6
commit
552653b460
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: https://github.com/astral-sh/setup-uv@v6
|
uses: https://github.com/astral-sh/setup-uv@v6
|
||||||
|
with:
|
||||||
|
enable-cache: true
|
||||||
|
ignore-nothing-to-cache: true
|
||||||
- name: Install Prefligit
|
- name: Install Prefligit
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue