We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fa3a0 commit 9f82152Copy full SHA for 9f82152
src/unix-install.ts
@@ -32,7 +32,7 @@ export async function unixInstall(version: Version): Promise<void> {
32
if (version.type !== 'local') {
33
const ver = version.version;
34
const sha = version.sha;
35
- const cacheKey = `xmake-cache-${actionsCacheKey}-${ver}-${sha}-${os.arch()}-${os.platform()}-${
+ const cacheKey = `xmake-cache-${actionsCacheKey}-${ver}-${sha}-${os.arch()}-${os.platform()}-${os.release()}-${
36
process.env.RUNNER_OS ?? 'unknown'
37
}`;
38
0 commit comments