mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
check failure fix
This commit is contained in:
parent
b8efbc5bb0
commit
cfd17d94f5
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ export async function cacheDependencies(cache: string, pythonVersion: string) {
|
|||
const cacheDistributor = getCacheDistributor(
|
||||
cache,
|
||||
pythonVersion,
|
||||
resolvedDependencyPath
|
||||
cacheDependencyPath
|
||||
);
|
||||
await cacheDistributor.restoreCache();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue