mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-17 00:50:03 +00:00
feat: added use-mirror parameter
This commit is contained in:
parent
7b222e12b6
commit
c4b2130c2c
9 changed files with 57 additions and 3 deletions
2
dist/save-cache/index.cjs
generated
vendored
2
dist/save-cache/index.cjs
generated
vendored
|
|
@ -62985,6 +62985,7 @@ function loadInputs() {
|
|||
const manifestFile = getManifestFile();
|
||||
const addProblemMatchers = getInput("add-problem-matchers") === "true";
|
||||
const resolutionStrategy = getResolutionStrategy();
|
||||
const useMirror = getInput("use-mirror") === "true";
|
||||
return {
|
||||
activateEnvironment,
|
||||
addProblemMatchers,
|
||||
|
|
@ -63006,6 +63007,7 @@ function loadInputs() {
|
|||
saveCache: saveCache4,
|
||||
toolBinDir,
|
||||
toolDir,
|
||||
useMirror,
|
||||
venvPath,
|
||||
version: version3,
|
||||
versionFile,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue