mirror of
https://gitea.com/actions/setup-python.git
synced 2025-08-20 19:43:22 +08:00
Update error message for no dependencies to cache (#968)
This commit is contained in:
@@ -41,7 +41,7 @@ async function saveCache(packageManager: string) {
|
||||
throw new Error(
|
||||
`Cache folder path is retrieved for ${packageManager} but doesn't exist on disk: ${cachePaths.join(
|
||||
', '
|
||||
)}`
|
||||
)}. This likely indicates that there are no dependencies to cache. Consider removing the cache step if it is not needed.`
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user