mirror of
https://gitea.com/actions/setup-node.git
synced 2025-04-22 00:35:37 +08:00
Fix armv7 cache issue
This commit is contained in:
parent
e33196f742
commit
6ca7a3375d
@ -88,7 +88,7 @@ export default abstract class BaseDistribution {
|
||||
}
|
||||
|
||||
protected findVersionInHostedToolCacheDirectory() {
|
||||
return tc.find('node', this.nodeInfo.versionSpec, this.nodeInfo.arch);
|
||||
return tc.find('node', this.nodeInfo.versionSpec, this.translateArchToDistUrl(this.nodeInfo.arch));
|
||||
}
|
||||
|
||||
protected async getNodeJsVersions(): Promise<INodeVersion[]> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user