enable windows
This commit is contained in:
parent
44190633ab
commit
cbd802719f
4 changed files with 26 additions and 9 deletions
2
dist/post/index.js
vendored
2
dist/post/index.js
vendored
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue