Comment out required executables check temporarily to see if windows ci succeeds without that check.

This commit is contained in:
Dillon Kearns 2022-08-22 09:20:35 -07:00
parent cb60896742
commit f4c50f9310

View File

@ -68,7 +68,7 @@ async function ensureRequiredExecutables() {
async function run(options) {
try {
await ensureRequiredDirs();
await ensureRequiredExecutables();
// await ensureRequiredExecutables();
// since init/update are never called in pre-renders, and DataSource.Http is called using pure NodeJS HTTP fetching
// we can provide a fake HTTP instead of xhr2 (which is otherwise needed for Elm HTTP requests from Node)