mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 21:08:21 +02: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