mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-08 05:45:00 +00:00
Store choco cache in GitHub Actions cache
This step is weirdly slow, perhaps it will go faster if we stash the download in GitHub
This commit is contained in:
parent
2845cebe18
commit
38efe24a54
1 changed files with 8 additions and 0 deletions
8
.github/workflows/system-install.yml
vendored
8
.github/workflows/system-install.yml
vendored
|
@ -251,6 +251,14 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: "Configure choco cache"
|
||||
run: choco config set cacheLocation ./.choco-cache
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ./.choco-cache
|
||||
key: choco-cache
|
||||
|
||||
- name: "Install Python"
|
||||
run: choco install python3 --verbose --version=3.9.13
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue