Husky commit correct node modules
This commit is contained in:
@@ -21,8 +21,8 @@ const installer_1 = require("./installer");
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
installer_1.cacheHaskell('/opt', 'ghc');
|
||||
installer_1.cacheHaskell('/opt', 'cabal');
|
||||
yield installer_1.cacheHaskellTool('/opt', 'ghc');
|
||||
yield installer_1.cacheHaskellTool('/opt', 'cabal');
|
||||
let ghcVersion = core.getInput('ghc-version');
|
||||
yield installer_1.findHaskellGHCVersion(ghcVersion);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user