mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 03:21:08 +07:00
build: Fix DOTNET_INSTALL_DIR enviornment variable
This commit is contained in:
parent
7e164d3c3b
commit
abf9166e44
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -447,7 +447,7 @@ class DotnetCoreInstaller {
|
||||
exports.DotnetCoreInstaller = DotnetCoreInstaller;
|
||||
DotnetCoreInstaller.addToPath = DotnetInstallDir.addToPath;
|
||||
(() => {
|
||||
DotnetInstallDir.initialize;
|
||||
DotnetInstallDir.initialize();
|
||||
})();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user