mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-15 14:54:09 +02:00
build
This commit is contained in:
parent
4c32251b06
commit
be45b2722d
3 changed files with 836 additions and 830 deletions
|
@ -40,6 +40,9 @@ const cachePackages = async () => {
|
|||
);
|
||||
|
||||
if (nonExistingPaths.length === cachePaths.length) {
|
||||
core.warning(`There are no cache folders on the disk`);
|
||||
logWarning(`There are no cache folders on the disk`)
|
||||
return;
|
||||
throw new Error(`There are no cache folders on the disk`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue