Skip to content

Commit 9f82152

Browse files
committed
...
1 parent 86fa3a0 commit 9f82152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix-install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export async function unixInstall(version: Version): Promise<void> {
3232
if (version.type !== 'local') {
3333
const ver = version.version;
3434
const sha = version.sha;
35-
const cacheKey = `xmake-cache-${actionsCacheKey}-${ver}-${sha}-${os.arch()}-${os.platform()}-${
35+
const cacheKey = `xmake-cache-${actionsCacheKey}-${ver}-${sha}-${os.arch()}-${os.platform()}-${os.release()}-${
3636
process.env.RUNNER_OS ?? 'unknown'
3737
}`;
3838

0 commit comments

Comments
 (0)