Fix tool-cache directory on self-hosted runners

This commit is contained in:
Shivam Mathur
2025-06-11 14:57:09 +05:30
parent 27853eb8b4
commit 36fada6981
3 changed files with 3 additions and 2 deletions

View File

@ -221,7 +221,7 @@ self_hosted_setup() {
exit 1
else
self_hosted_helper >/dev/null 2>&1
add_env RUNNER_TOOL_CACHE /tmp
add_env RUNNER_TOOL_CACHE /opt/hostedtoolcache
fi
fi
}