diff --git a/src/unix-install.ts b/src/unix-install.ts index bc5ca5c..f6f64f2 100644 --- a/src/unix-install.ts +++ b/src/unix-install.ts @@ -32,7 +32,7 @@ export async function unixInstall(version: Version): Promise { 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' }`;