mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 07:47:07 +00:00
build: Fix DOTNET_INSTALL_DIR enviornment variable
This commit is contained in:
parent
7e164d3c3b
commit
abf9166e44
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue