Husky commit correct node modules

This commit is contained in:
Timothy Clem
2019-09-23 19:56:26 -07:00
parent 1068d0618d
commit 241050c6d7
175 changed files with 13520 additions and 11 deletions

View File

@@ -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);
}