mirror of
https://code.forgejo.org/actions/setup-python.git
synced 2026-03-21 22:45:55 +03:00
remove async from getCacheDistributor
This commit is contained in:
parent
87683fb568
commit
f3bb768479
3 changed files with 11 additions and 22 deletions
|
|
@ -18,7 +18,7 @@ async function cacheDepencies(pythonVersion: string) {
|
|||
}
|
||||
const cacheDependencyPath =
|
||||
core.getInput('cache-dependency-path') || undefined;
|
||||
const cacheDistributor = await getCacheDistributor(
|
||||
const cacheDistributor = getCacheDistributor(
|
||||
cache,
|
||||
pythonVersion,
|
||||
cacheDependencyPath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue