This commit is contained in:
ruki
2025-08-21 22:54:23 +08:00
Unverified
parent 86fa3a0aa8
commit 9f82152542
+1 -1
View File
@@ -32,7 +32,7 @@ export async function unixInstall(version: Version): Promise<void> {
if (version.type !== 'local') {
const ver = version.version;
const sha = version.sha;
const cacheKey = `xmake-cache-${actionsCacheKey}-${ver}-${sha}-${os.arch()}-${os.platform()}-${
const cacheKey = `xmake-cache-${actionsCacheKey}-${ver}-${sha}-${os.arch()}-${os.platform()}-${os.release()}-${
process.env.RUNNER_OS ?? 'unknown'
}`;