mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
fixing tests
This commit is contained in:
parent
9887b5cf97
commit
94a128fb67
@ -20,7 +20,7 @@ class EmptyJavaBase extends JavaBase {
|
|||||||
protected async downloadTool(javaRelease: JavaDownloadRelease): Promise<JavaInstallerResults> {
|
protected async downloadTool(javaRelease: JavaDownloadRelease): Promise<JavaInstallerResults> {
|
||||||
return {
|
return {
|
||||||
version: '11.0.9',
|
version: '11.0.9',
|
||||||
path: `toolcache/${this.toolcacheFolderName}/11.0.9/${this.architecture}`
|
path: path.join('toolcache', this.toolcacheFolderName, '11.0.9', this.architecture);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user