Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Fix #29: don't run 'cabal update'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 28, 2022
1 parent 04b033e commit ee176a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions setup/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions setup/lib/setup-haskell.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion setup/src/setup-haskell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default async function run(
// https://github.com/haskell/cabal/issues/6823
// await exec('cabal user-config update');
}
if (!opts.stack.enable) await exec('cabal update');
});

core.info(`##[add-matcher]${path.join(__dirname, '..', 'matcher.json')}`);
Expand Down

0 comments on commit ee176a2

Please sign in to comment.