remove async from getCacheDistributor

This commit is contained in:
Dmitry Shibanov 2021-11-10 18:39:58 +03:00
parent 87683fb568
commit f3bb768479
3 changed files with 11 additions and 22 deletions

View file

@ -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