enable windows

This commit is contained in:
Alex Rodionov 2024-05-31 15:45:44 -07:00
parent 44190633ab
commit cbd802719f
4 changed files with 26 additions and 9 deletions

2
dist/post/index.js vendored
View file

@ -95961,6 +95961,7 @@ async function stopRemoteCacheServer() {
return
}
core.startGroup("Remote cache server")
const pid = core.getState('remote-cache-server-pid')
if (pid) {
try {
@ -95976,6 +95977,7 @@ async function stopRemoteCacheServer() {
const logContent = fs.readFileSync(logPath, 'utf8')
core.debug(`Remote cache server log:\n${logContent}`)
}
core.endGroup()
}
async function saveCaches() {